Mutant Kongz Lab
Verified contract
Active on
Ethereum with 2,275 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 "Mutant Kongz Lab"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276804 | 14 days ago | | | 0 | 0.00042342748 | |
| 20798354 | 3 months ago | | | 0 | 0.00036412158 | |
| 20406953 | 4 months ago | | | 0 | 0.00011844066 | |
| 20158008 | 6 months ago | | | 0 | 0.00011465864 | |
| 19923707 | 7 months ago | | | 0 | 0.00027629199 | |
| 19921962 | 7 months ago | | | 0 | 0.00031387245 | |
| 19819397 | 7 months ago | | | 0 | 0.00028548269 | |
| 19773432 | 7 months ago | | | 0 | 0.00025869096 | |
| 19740878 | 7 months ago | | | 0 | 0.00029464303 | |
| 19060290 | a year ago | | | 0 | 0.00046322183 |
ABI
ABI objects
Getter at block 21379272
maxAssetsPresale() view returns (uint256)
3
maxSupply() view returns (uint256)
5000
maxTx() view returns (uint256)
20
mintOpen() view returns (bool)
true
name() view returns (string)
Mutant Kongz Lab
owner() view returns (address)
0x0eecf11819a8929513d6ddfd50219caacfbc494d
presaleOpen() view returns (bool)
true
price() view returns (uint256)
40000000000000000
referralBonus() view returns (uint256)
5000000000000000
symbol() view returns (string)
MKL
totalSupply() view returns (uint256)
5000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
buy(uint256 qty, address referral) payable
buyPresale(uint256 qty, address referral, bytes signature_) payable
buyPresale(uint256 qty, bytes signature_) payable
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxAssetsPresale(uint256 newMax)
setMaxSupply(uint256 newSupply)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
setSigner(address newSigner)
toggleMint()
togglePresale()
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)
TransferFailed(address to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.