KiwisnKangaroos
Verified contract
Active on
Ethereum with 1,023 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 "KiwisnKangaroos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21427954 | 2 days ago | | | 0 | 0.00050066826 | |
| 21098516 | 2 months ago | | | 0 | 0.00021124719 | |
| 19752639 | 8 months ago | | | 0 | 0.00024681721 | |
| 19752527 | 8 months ago | | | 0 | 0.00025435694 | |
| 19648537 | 8 months ago | | | 0 | 0.00082675709 | |
| 19547158 | 9 months ago | | | 0 | 0.0019935502 | |
| 19025604 | a year ago | | | 0 | 0.0015349012 | |
| 18560314 | a year ago | | | 0 | 0.0018369602 | |
| 18497141 | a year ago | | | 0 | 0.00068785822 | |
| 18489854 | a year ago | | | 0 | 0.00095021534 |
ABI
ABI objects
Getter at block 21442080
MAX_PER_WALLET() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
6666
PUBLIC_PRICE() view returns (uint256)
200000000000000000
WHITELIST_PRICE() view returns (uint256)
90000000000000000
getContractPhase() view returns (uint8)
1
name() view returns (string)
KiwisnKangaroos
owner() view returns (address)
0x2bc21762f09d812e8542f325dc16f85508ebce5c
symbol() view returns (string)
KNK
totalMinted() view returns (uint256)
965
totalSupply() view returns (uint256)
965
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhiteList(address newAddress) 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 addMultipleToWhiteList(address[] newAddresses)
addToWhiteList(address newAddress)
adminMintTokens(uint256 amount, address addr)
approve(address to, uint256 tokenId)
mintTokens(uint256 amount) payable
removeFromWhiteList(address newAddress)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractPhase(uint256 newStatus)
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.
This contract contains no error objects.