Chibi Fighters Wiki
Advertisement

Contracts[ | ]

TRON[ | ]

Addresses[ | ]

If you have an indexer site like dappRadar.com or dappreview.com here are the required contract addresses:

TMDtkmMKZLN7k53Boekk1ovULShZJodysy
TJXaa6m7GA8tZu3irKU8ro141ViVECk2xh
TEuEmjteuoVw6oPuSUj8UyK7WFQXhPXhXC
THBQQhLSXGmxcjQKK7b6qm8xiBNrqcMPnS
TCCaSVpSu93qNNScFy9SiEANy6SijvWSzS
TFbT9DtUatXB6YRRPigY7gwm4QGbN1wSiL
TYk8bsEZnBCXgm2QTFGa1yPgsh9QrES3BE
TA8q4XZ1gA382k74HaqtgFDAtbcqrQo42T
TChb3dk4TGGLQS8uKtYgWV912oYzpuZHP5


Ethereum[ | ]

Addresses[ | ]

If you have an indexer site like dappRadar.com or stateofthedapps.com or generally interested in our verified contracts and how they work, here are the required contract addresses:

0x71C118B00759B0851785642541Ceb0F4CEea0BD5
0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603
0xcf1F6377f2756446B1Ca87C8a2cA2B6Ea692EDAE
0xD31A5AfCF4f2168d0e3A47685C85b2166EDf69d9
0x9db37d15fefbf42dc390c3c81fee453465841038


Remix[ | ]

If you are not a programmer but still want to interact with our contracts, let's say when our website is down, or generally just to feel like a cool nerd, I highly recommend checking out remix.

You can load the code in a tool like remix, found HERE at the correct address and you will feel like a programmer in no time.

Remix


Step 1[ | ]

Copy our code and paste it in window 1.


Step 2[ | ]

Over in this area you can either select injected (which will connect to your metamask, so if you logged in your wallet and on mainnet this will show your wallet address and mainnet).

Alternatively you can set it to javascript vm which will just be a local test env. So you can test your code etc. All off chain, with simulated ether.

Set it to Injected and Mainnet


Step 3[ | ]

Select the contract you want to deploy, in this case I pasted the code from daily rewards, and DailyRewards is the contract name we want to deploy.

Since this is already on the blockchain you do not want to deploy it.

What you want to do is load it At Address

Then enter an address of the corresponding contract, in this case for daily rewards which is: 0xD31A5AfCF4f2168d0e3A47685C85b2166EDf69d9


Step 4[ | ]

Now that you are linked to our contract you can find all sorts of buttons (functions) below.

In the screenshot I clicked on nextReward and it loaded the data.

Red buttons are functions that will write to the blockchain and cost ether.
While blue buttons just read from the blockchain and are free.

Voila, now you can claim your daily reward without ever touching our website.


Contracts[ | ]

Here are the contracts plus their ABI.


Chibi Fighters Core[ | ]

Address 0x71C118B00759B0851785642541Ceb0F4CEea0BD5

Chibi Fighters Wiki ABI

Chibi Fighters Core CODE


Daily Rewards[ | ]

Address 0xD31A5AfCF4f2168d0e3A47685C85b2166EDf69d9

Daily Rewards ABI

Daily Rewards CODE


Weapons[ | ]

Address 0x9db37d15fefbf42dc390c3c81fee453465841038

Weapons ABI

Weapons CODE

Advertisement