BonusNFT_1
Verified contract
Active on
Ethereum with 14 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 "BonusNFT_1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17192728 | 2 years ago | | | 0 | 0.0028564772 | |
| 17192715 | 2 years ago | | | 2.667286 | 0.0070189033 | |
| 17160934 | 2 years ago | | | 0.077892596 | 0.0056573408 | |
| 17153956 | 2 years ago | | | 0 | 0.0018361395 | |
| 17153896 | 2 years ago | | | 0.26311682 | 0.0040555999 | |
| 17152336 | 2 years ago | | | 0.18944228 | 0.0030072265 | |
| 17147226 | 2 years ago | | | 0.96973983 | 0.0040748523 | |
| 17143658 | 2 years ago | | | 0 | 0.0014913151 | |
| 17140891 | 2 years ago | | | 0 | 0.00087532841 | |
| 17137707 | 2 years ago | | | 0 | 0.0011736207 |
ABI
ABI objects
Getter at block 21385060
maxTotalSupply() view returns (uint256)
10000
name() view returns (string)
BonusNFT_1
owner() view returns (address)
0xab5ff4a9f22603b3bea8a7173c1ceed3b44bcdd1
symbol() view returns (string)
BonusNFT_1
to() view returns (address)
0xab5ff4a9f22603b3bea8a7173c1ceed3b44bcdd1
totalSupply() view returns (uint256)
6
Read-only
balanceOf(address owner_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner_, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mint(uint256 count) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setTo(address to_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_, uint256 openTimestamp_)
fallback()
receive()
This contract contains no error objects.