KumaTracker
Verified contract
Active on
Ethereum with 476 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xff94…c496
Balances ($0.00)
No balances found for "KumaTracker"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013157 | 21 days ago | | | 0 | 0.00029391797 | |
| 20916283 | a month ago | | | 0 | 0.00040714440 | |
| 18988872 | 10 months ago | | | 0 | 0.00070015746 | |
| 18701674 | a year ago | | | 0 | 0.0016442422 | |
| 18506405 | a year ago | | | 0 | 0.0011558365 | |
| 18273485 | a year ago | | | 0 | 0.00088181492 | |
| 18149860 | a year ago | | | 0 | 0.00071404012 | |
| 18149822 | a year ago | | | 0 | 0.0017816606 | |
| 18048249 | a year ago | | | 0 | 0.0010070410 | |
| 18048189 | a year ago | | | 0 | 0.0010752819 |
ABI
ABI objects
Getter at block 21161497
KUMA_TRACKER() view returns (uint256)
1
maxSupply() view returns (uint256)
100
owner() view returns (address)
0xfc5e57cb6bcc3196525c15341fcd5219a9c951af
paused() view returns (bool)
false
pawContract() view returns (address)
0xff94e2cea6191dd5eca3c09ff04da1f3043bc496
presaleActive() view returns (bool)
false
price() view returns (uint256)
30000000000000000
saleActive() view returns (bool)
true
totalSupply() view returns (uint256)
100
whitelistMerkleRoot() view returns (bytes32)
0xedc5c3748c890de04d1fa087fd7bc5b782b9c0061c08c56bff185a5e095b5786
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimed(address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isWhitelisted(bytes32[] _merkleProof, address _address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events mint() payable
mintPresale(bytes32[] _merkleProof) payable
pause()
renounceOwnership()
reserve(uint256 _quantity)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setPaw(address _address)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
togglePresale()
toggleSale()
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string baseTokenURI_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.