Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Char0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20791448 | 2 months ago | | | 0 | 0.00036343777 | |
| 20650922 | 3 months ago | | | 0 | 0.000027932981 | |
| 20625662 | 3 months ago | | | 0 | 0.000037845711 | |
| 20574418 | 3 months ago | | | 0 | 0.000027083938 | |
| 20481205 | 3 months ago | | | 0 | 0.000085179140 | |
| 20200759 | 5 months ago | | | 0 | 0.000076566180 | |
| 20180559 | 5 months ago | | | 0 | 0.00013746860 | |
| 19813920 | 7 months ago | | | 0 | 0.00011551025 | |
| 19813917 | 7 months ago | | | 0 | 0.00010358864 | |
| 19805128 | 7 months ago | | | 0 | 0.00032959665 |
ABI
ABI objects
Getter at block 21249414
D() view returns (address)
0xa783f2cea4d10fc8b87ab22dcf73932f80d01293
L() view returns (address)
0xdfc3739354c5b99ec5fab9175c5412881c9d222e
M() view returns (address)
0x90f828778c90f799b08aef5b625c5481fa438c16
name() view returns (string)
Char0
owner() view returns (address)
0x42da2ffd7a0613767d021c621fb9f4c4161cb998
symbol() view returns (string)
CHAR0
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
founders(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getStat(uint256 tokenId, uint256 stat) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rolls(uint256) view returns (uint8)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
founderRoll(uint256[] _tokenIds)
renounceOwnership()
rollChar0(uint256 _tokenId)
rollParty(uint256[4] _tokenIds) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFounder(address _oldAddress, address _newAddress)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.