MASAYUKI
Verified contract
Active on
Ethereum with 1,827 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 "MASAYUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20414543 | 4 months ago | | | 0 | 0.00016972226 | |
| 15877055 | 2 years ago | | | 0 | 0.00089904076 | |
| 15877052 | 2 years ago | | | 0 | 0.0011413934 | |
| 15877049 | 2 years ago | | | 0 | 0.0011730949 | |
| 15855985 | 2 years ago | | | 0 | 0.00026626376 | |
| 15197010 | 2 years ago | | | 0 | 0.00016162775 | |
| 15161588 | 2 years ago | | | 0 | 0.0014082960 | |
| 15161588 | 2 years ago | | | 0 | 0.0019519855 | |
| 15161588 | 2 years ago | | | 0 | 0.0023990470 | |
| 14951505 | 2 years ago | | | 0 | 0.00055061783 |
ABI
ABI objects
Getter at block 21300416
maxPerTxn() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxTokens() view returns (uint256)
3333
name() view returns (string)
MASAYUKI
owner() view returns (address)
0x8904f990b9939fbeeed05e63d008fcd4c176a568
paused() view returns (bool)
false
symbol() view returns (string)
MYUKI
totalSupply() view returns (uint256)
3333
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)
isPaused(bool _paused)
mint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
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(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()