Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Kamagang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16492511 | 2 years ago | | | 0 | 0.00077725775 | |
| 16081715 | 2 years ago | | | 0 | 0.00031267862 | |
| 15199138 | 2 years ago | | | 0 | 0.00033816964 | |
| 14532593 | 3 years ago | | | 0 | 0.00098087697 | |
| 14254671 | 3 years ago | | | 0 | 0.0012843958 | |
| 14234961 | 3 years ago | | | 0 | 0.0023306642 | |
| 14230029 | 3 years ago | | | 0 | 0.0019329719 | |
| 12805945 | 3 years ago | | | 0 | 0.00027935600 | |
| 12805941 | 3 years ago | | | 0 | 0.00042473200 | |
| 12805491 | 3 years ago | | | 0 | 0.00026530000 |
ABI
ABI objects
Getter at block 21085944 calculatePrice() view returns (uint256)
MAX_KAMAS() view returns (uint256)
3163
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
""
hasSaleStarted() view returns (bool)
false
name() view returns (string)
Kamagang
owner() view returns (address)
0x1d2d8fc9540e73906c6fae482fc241468b20691f
symbol() view returns (string)
KAMA
totalSupply() view returns (uint256)
256
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintKAMA(uint256 numKamas) payable
pauseDrop()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string _hash)
startDrop()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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.
This contract contains no error objects.