Iiichi Maru
Verified contract
Active on
Ethereum with 1,412 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 "Iiichi Maru"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20060617 | 5 months ago | | | 0 | 0.00038943952 | |
| 20051541 | 5 months ago | | | 0 | 0.00029296229 | |
| 20016886 | 5 months ago | | | 0 | 0.00049924170 | |
| 20016775 | 5 months ago | | | 0 | 0.00046500333 | |
| 20016314 | 5 months ago | | | 0 | 0.00046251642 | |
| 20015716 | 5 months ago | | | 0 | 0.00049112317 | |
| 20014778 | 5 months ago | | | 0 | 0.00044594854 | |
| 20009783 | 5 months ago | | | 0 | 0.00080767290 | |
| 20004115 | 5 months ago | | | 0 | 0.00058940063 | |
| 20002825 | 5 months ago | | | 0 | 0.00042106198 |
ABI
ABI objects
Getter at block 21161882
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Iiichi Maru
owner() view returns (address)
0x2d0e4116710e7b934a5ea4b91788c0097cdb44de
symbol() view returns (string)
IM
totalSupply() view returns (uint256)
2858
uriPrefix() view returns (string)
ipfs://QmWi949LgvA5mPY7rTDpaRV5VVF4XfBW2rd4QTwTemFNPp/
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 BurnStakeInGame(uint256 amount)
PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()