Naruto Museum Pass
Verified contract
Active on
Ethereum with 650 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 "Naruto Museum Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20570081 | 3 months ago | | | 0 | 0.000053191488 | |
| 20566088 | 3 months ago | | | 0 | 0.000048004169 | |
| 20566074 | 3 months ago | | | 0 | 0.000073540460 | |
| 20524194 | 3 months ago | | | 0 | 0.000056772099 | |
| 20403633 | 4 months ago | | | 0 | 0.000051170974 | |
| 20151154 | 5 months ago | | | 0 | 0.000053027252 | |
| 20058407 | 5 months ago | | | 0 | 0.00025660047 | |
| 19962351 | 6 months ago | | | 0 | 0.0012669617 | |
| 19729600 | 7 months ago | | | 0 | 0.00030494235 | |
| 19668653 | 7 months ago | | | 0 | 0.0012249282 |
ABI
ABI objects
Getter at block 21212352
name() view returns (string)
Naruto Museum Pass
owner() view returns (address)
0xb67208e4098e394f4232085b2efe8b50cc11ebff
symbol() view returns (string)
NMP
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minter(address) 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)
batchMintGold(address[] _receivers)
batchMintSilver(address[] _receivers)
mintGold(address _receiver)
mintSilver(address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURL(string _baseURL)
setMinter(address _minter, bool _isMinter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(uint256 goldTotalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.