Akimo Inu
Verified contract
Active on
Ethereum with 354 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 "Akimo Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20174852 | 6 months ago | | | 0 | 0.00026223976 | |
| 18880665 | a year ago | | | 0 | 0.0012822993 | |
| 17607697 | a year ago | | | 0.001 | 0.00041235070 | |
| 16703953 | 2 years ago | | | 0 | 0.0023121789 | |
| 16286491 | 2 years ago | | | 0 | 0.00070281744 | |
| 16279744 | 2 years ago | | | 0 | 0.00065120632 | |
| 16278345 | 2 years ago | | | 0 | 0.00085966239 | |
| 15742237 | 2 years ago | | | 0 | 0.00089482253 | |
| 15554770 | 2 years ago | | | 0 | 0.00024347249 | |
| 15365279 | 2 years ago | | | 0 | 0.00032466215 |
ABI
ABI objects
Getter at block 21400000
baseURI() view returns (string)
ipfs://QmYz26ooXWckMv47BPca6VZLi9YVRYMq8sAZ4pEo57tKs1/
mintRate() view returns (uint256)
20000000000000000
name() view returns (string)
Akimo Inu
owner() view returns (address)
0x732ea6b295fe5e8bd98016c014e0f4cb2580edaa
suffix() view returns (string)
.json
symbol() view returns (string)
Akimo
totalSupply() view returns (uint256)
1703
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(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintRate(uint256 _mintRate)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()