⚔ CRYPTOHEROES GAME ⚔
Verified contract
Active on
Ethereum with 725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "⚔ CRYPTOHEROES GAME ⚔"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16214810 | 2 years ago | | | 0 | 0.00054097225 | |
| 14128692 | 3 years ago | | | 0 | 0.0087391537 | |
| 8179214 | 5 years ago | | | 0 | 0.000094316000 | |
| 6839121 | 6 years ago | | | 0 | 0.000086784000 | |
| 6839112 | 6 years ago | | | 0 | 0.00026317200 | |
| 6671000 | 6 years ago | | | 0 | 0.00094249360 | |
| 6644261 | 6 years ago | | | 0 | 0.000053545800 | |
| 6644165 | 6 years ago | | | 0 | 0.00015296380 | |
| 6644139 | 6 years ago | | | 0 | 0.00010552170 | |
| 6628665 | 6 years ago | | | 0 | 0.00040590000 |
ABI
ABI objects
Getter at block 21318743
name() pure returns (string)
⚔ CRYPTOHEROES GAME ⚔
symbol() pure returns (string)
CRYPTOHEROES
totalSupply() view returns (uint256)
744
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getCharacter(uint256 _tokenId) view returns (uint256 genes, uint256 mintedAt, uint256 godfather, uint256 mentor, uint32 wins, uint32 losses, uint32 level, uint256 lockedTo, uint16 lockId)
getLock(uint256 _tokenId) view returns (uint256 lockedTo, uint16 lockId)
isAgent(address _agent) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isLocked(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addAgent(address _agent)
addLoss(uint256 _tokenId)
addWin(uint256 _tokenId)
approve(address _to, uint256 _tokenId)
lock(uint256 _tokenId, uint256 _lockedTo, uint16 _lockId) returns (bool)
mintTo(address _to, uint256 _genes, uint256 _godfather, uint256 _mentor, uint32 _level) returns (uint256)
removeAgent(address _agent)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setBaseURI(string _baseURI)
test(uint256 _x) returns (bool)
transferFrom(address _from, address _to, uint256 _tokenId)
unlock(uint256 _tokenId, uint16 _lockId) returns (bool)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
LevelUp(uint32 level)
Lock(uint256 lockedTo, uint16 lockId)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.