SMOL KONGZ
Verified contract
Active on
Ethereum with 3,477 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 "SMOL KONGZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21044186 | a month ago | | | 0 | 0.00042775663 | |
| 20721768 | 3 months ago | | | 0 | 0.00018891076 | |
| 20564429 | 3 months ago | | | 0 | 0.00012988975 | |
| 19837436 | 7 months ago | | | 0 | 0.00012639442 | |
| 19522978 | 8 months ago | | | 0 | 0.00052041556 | |
| 19331487 | 9 months ago | | | 0 | 0.0023285390 | |
| 19069703 | 10 months ago | | | 0 | 0.00049020431 | |
| 18843518 | a year ago | | | 0 | 0.00066525165 | |
| 17970060 | a year ago | | | 0 | 0.0011460952 | |
| 16975918 | 2 years ago | | | 0 | 0.00058130489 |
ABI
ABI objects
Getter at block 21315825
contractURI() pure returns (string)
https://mw9spidhbc.execute-api.us-east-1.amazonaws.com/dev/contract/new-smol-kongz
getCost() view returns (uint256)
10000000000000000
getCurrentSupply() view returns (uint256)
10000
getFreeMintLimit() view returns (uint256)
5
getFreeSupply() view returns (uint256)
8119
getMaxSupply() view returns (uint256)
10000
getMintStatus() view returns (bool)
true
getState() view returns (bool, uint256, uint256, uint256, uint256, uint256)
(true, 10000000000000000, 10000, 10000, 8119, 5)
name() view returns (string)
SMOL KONGZ
owner() view returns (address)
0xcd76f24f5891d3b087a8eb4f7dbf10bd5d590703
symbol() view returns (string)
SMKZ
totalSupply() view returns (uint256)
10000
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)
State-modifying
Events allowPublicMint()
approve(address to, uint256 tokenId)
denyPublicMint()
freeMint(uint256 count) payable
mintTokens(address[] recipients) payable
mintTokens(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 cost)
setFreeMintLimit(uint256 max)
setFreeSupply(uint256 max)
setMaxSupply(uint256 max)
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(string tokenName, string symbol, uint256 cost, uint256 supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.