Chibi Fighters
Verified contract
Active on
Ethereum with 104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc32d…cd6b
0x85dd…9603
Balances ($0.00)
No balances found for "Chibi Fighters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5532886 | 7 years ago | | | 0 | 0.00023598500 | |
| 5528830 | 7 years ago | | | 0 | 0.00070977600 | |
| 5528762 | 7 years ago | | | 0 | 0.00024884400 | |
| 5528588 | 7 years ago | | | 0 | 0.0031974180 | |
| 5528582 | 7 years ago | | | 0 | 0.0031975860 | |
| 5528578 | 7 years ago | | | 0 | 0.0031989540 | |
| 5528575 | 7 years ago | | | 0 | 0.0031990380 | |
| 5528572 | 7 years ago | | | 0 | 0.0031989540 | |
| 5528569 | 7 years ago | | | 0 | 0.0031993380 | |
| 5528547 | 7 years ago | | | 0 | 0.0031067340 |
ABI
ABI objects
Getter at block 21392172
contract_newOwner() view returns (address)
0x0000000000000000000000000000000000000000
contract_owner() view returns (address)
0x48e0fac20dd658a240562c21c3d0db7ca7ced375
getGameState() view returns (bool _paused)
true
name() view returns (string)
Chibi Fighters
priceChibi() view returns (uint256)
100000000000000000
symbol() view returns (string)
CBF
totalSupply() view returns (uint256)
56
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
chibies(uint256) view returns (address owner, bool founder, string nameChibi, uint256 father, uint256 mother, uint256 gen, bool forFusion, uint256 fusionPrice, uint256 exhausted, uint256 adult, string infoUrl)
isNecromancer(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
queryChibi(uint256 _tokenId) view returns (string nameChibi, string infoUrl, uint16[13] dna, uint256 father, uint256 mother, uint256 gen, uint256 adult)
queryChibiAdd(uint256 _tokenId) view returns (address owner, bool founder)
queryFusionData(uint256 _tokenId) view returns (uint256[] fusions, bool forFusion, uint256 costFusion, uint256 adult, uint256 exhausted)
queryFusionData_ext(uint256 _tokenId) view returns (bool forFusion, uint256 fusionPrice)
tokenMetadata(uint256 _tokenId) view returns (string infoUrl)
tokenURI(uint256 _tokenId) view returns (string)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events acceptOwnership()
approve(address _to, uint256 _tokenId)
buyChibiWithFcf(string _name, string _battleRoar, uint8 _region, uint256 _seed) returns (bool success)
buyGEN0Chibi(string _name, string _battleRoar, uint8 _region, uint256 _seed) payable returns (bool success)
cancelChibiForFusion(uint256 _tokenId) returns (bool success)
exhaustChibis(uint256 _tokenId1, uint256 _tokenId2) returns (bool success)
fusionChibis(uint256 _fatherId, uint256 _motherId, uint256 _seed, string _name, string _battleRoar, uint8 _region) payable returns (bool success)
mintSpecial(string _name, string _battleRoar, uint8 _region, uint256 _seed, uint256 _specialId) returns (bool success)
renameChibi(uint256 _tokenId, string _name) returns (bool success)
setAdultTime(uint256 _adultTimeSecs) returns (bool success)
setBattleContractAddress(address _address) returns (bool success)
setBattleRemoveContractAddress(address _address) returns (bool success)
setChibiForFusion(uint256 _tokenId, uint256 _price) returns (bool success)
setChibiGEN0Price(uint256 _priceChibi) returns (bool success)
setComission(uint256 _comission) returns (bool success)
setExhaustionTime(uint256 _exhaustionTime) returns (bool success)
setFcfContractAddress(address _address) returns (bool success)
setGameState(bool _setPaused) returns (bool _paused)
setGameStateFCF(bool _setPaused) returns (bool _pausedFCF)
setGameStateFusion(bool _setPaused) returns (bool _pausedFusions)
setGeneContractAddress(address _address) returns (bool success)
setInfoUrlPrefix(string prefix) returns (bool success)
setMinimumPriceFusion(uint256 _price) returns (bool success)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address _newOwner)
weiToOwner(address _address, uint256 amount)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ChibiCreated(uint256 tokenId, address indexed _owner, bool founder, string _name, uint16[13] dna, uint256 father, uint256 mother, uint256 gen, uint256 adult, string infoUrl)
ChibiForFusion(uint256 tokenId, uint256 price)
ChibiForFusionCancelled(uint256 tokenId)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
WarriorCreated(uint256 tokenId, string battleRoar)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.