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 "Coinz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10708524 | 9 months ago | | | 0 | 0.0000033536627 | |
| 10278206 | 9 months ago | | | 0 | 0.00026907000 | |
| 10277754 | 9 months ago | | | 0 | 0.000000014028191716 | |
| 10277699 | 9 months ago | | | 0 | 0.00049181000 | |
| 10277358 | 9 months ago | | | 0 | 0.000000037496528839 | |
| 10277277 | 9 months ago | | | 0 | 0.000000044998008407 | |
| 10277263 | 9 months ago | | | 0 | 0.000000047816817422 | |
| 10277243 | 9 months ago | | | 0 | 0.000000028189140082 | |
| 10277241 | 9 months ago | | | 0 | 0.000000050714802073 | |
| 10277239 | 9 months ago | | | 0 | 0.000000051075768901 |
ABI
ABI objects
Getter at block 22507739
baseTokenURI() view returns (string)
dataURI() view returns (string)
decimals() view returns (uint8)
18
minted() view returns (uint256)
1042
name() view returns (string)
Coinz
owner() view returns (address)
0xfbfa185b5e850e3a4c4bbff2ff5b67112c5d08b9
symbol() view returns (string)
COINZ
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBlacklist(address target, bool state)
setDataURI(string _dataURI)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()