KaijuKongz
Verified contract
Active on
Ethereum with 9,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "KaijuKongz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160692 | 8 hours ago | | | 0 | 0.00076180578 | |
| 21119783 | 6 days ago | | | 0 | 0.000095462745 | |
| 20655607 | 2 months ago | | | 0 | 0.000027307255 | |
| 20576843 | 3 months ago | | | 0 | 0.000041498739 | |
| 20273565 | 4 months ago | | | 0 | 0.00014604781 | |
| 20205037 | 4 months ago | | | 0 | 0.00023076945 | |
| 20148062 | 5 months ago | | | 0 | 0.00011034239 | |
| 19810286 | 6 months ago | | | 0 | 0.00017507868 | |
| 19756838 | 6 months ago | | | 0 | 0.00022959337 | |
| 19740266 | 7 months ago | | | 0 | 0.00039495736 |
ABI
ABI objects
Getter at block 21162967
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
legendarySupply() view returns (uint256)
9
maxTotalSupply() view returns (uint256)
3163
name() view returns (string)
KaijuKongz
owner() view returns (address)
0xcefc5e169d763579336686c466bfd8b5fdf4b1a0
pricePerToken() view returns (uint256)
65000000000000000
promoTokensMinted() view returns (bool)
true
saleState() view returns (uint8)
1
symbol() view returns (string)
Kai
teamSupply() view returns (uint256)
30
tokensBurned() view returns (uint256)
170
totalSupply() view returns (uint256)
3163
tradeActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnMany(uint256[] tokenIds)
grantRole(bytes32 role, address account)
presale(uint256 amount, bytes32[] proof) payable
promoMint()
publicsale(uint256 amount) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBurnerAddress(address burnerAddress)
setMerkleRoot(bytes32 newRootGroup1, bytes32 newRootGroup2)
setPrice(uint256 newPrice)
setSaleState(uint8 newState)
setTradeState(bool tradeState)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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.