Chibi Fighters
Verified contract
Active on
Ethereum with 14,434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe514…ae4e
0x85dd…9603
Balances ($0.88)
Native
Value
$0.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000265 | $3,322.39 |
$0.88 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
FCF | ERC-20 | 1.289K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220529 | 5 days ago | | | 0 | 0.00049712140 | |
| 21187208 | 10 days ago | | | 0 | 0.0012494765 | |
| 21134698 | 17 days ago | | | 0 | 0.00041022750 | |
| 21130679 | 18 days ago | | | 0 | 0.00079403065 | |
| 21130612 | 18 days ago | | | 0 | 0.00088367744 | |
| 21081138 | 25 days ago | | | 0 | 0.00036963072 | |
| 21004272 | a month ago | | | 0 | 0.00022802288 | |
| 20966335 | a month ago | | | 0 | 0.00097434380 | |
| 20751603 | 2 months ago | | | 0 | 0.000064934395 | |
| 20698133 | 3 months ago | | | 0 | 0.00013633040 |
ABI
ABI objects
Getter at block 21258074
contract_newOwner() view returns (address)
0x0000000000000000000000000000000000000000
contract_owner() view returns (address)
0x3e0f98ea1b916bb2373baf21c2c8e6ee970e1126
getGameState() view returns (bool _paused)
false
name() view returns (string)
Chibi Fighters
priceChibi() view returns (uint256)
50000000000000000
symbol() view returns (string)
CBF
totalSupply() view returns (uint256)
4185
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)
changeInfoUrl(uint256 _tokenId, string _infoUrl) 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 (string infoUrlPrefix)
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.