Mutant Kong Club
Verified contract
Active on
Ethereum with 1,156 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($91.14)
Native
Value
$91.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,038.01 |
$91.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20503422 | 3 months ago | | | 0 | 0.000063822496 | |
| 18902329 | a year ago | | | 0 | 0.00060960135 | |
| 18846804 | a year ago | | | 0 | 0.0010441557 | |
| 18291862 | a year ago | | | 0 | 0.00024555795 | |
| 16674295 | 2 years ago | | | 0 | 0.0012490593 | |
| 16648887 | 2 years ago | | | 0 | 0.0012942458 | |
| 16506879 | 2 years ago | | | 0 | 0.00061870769 | |
| 16482171 | 2 years ago | | | 0 | 0.00033750866 | |
| 16482154 | 2 years ago | | | 0 | 0.00074658358 | |
| 16452493 | 2 years ago | | | 0 | 0.00043722477 |
ABI
ABI objects
Getter at block 21194110
BIO_CHANGE_PRICE() view returns (uint256)
100000000000000000000
FREE_SUPPLY() view returns (uint256)
98
MAX_SUPPLY() view returns (uint256)
10000
baseTokenURI() view returns (string)
https://raw.githubusercontent.com/kongzProject/mutantkongclub/main/tokenuri/
freeActive() view returns (bool)
false
name() view returns (string)
Mutant Kong Club
nameChangePrice() view returns (uint256)
300000000000000000000
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf81383054f2c6223dcf23d0f5eebec624951e3d9
pre_price() view returns (uint256)
20000000000000000
presaleActive() view returns (bool)
false
public_price() view returns (uint256)
0
saleActive() view returns (bool)
false
symbol() view returns (string)
MKC
totalSupply() view returns (uint256)
3572
vamirtoken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
FreeCap(address) view returns (bool)
PreCap(address) view returns (uint256)
PublicCap(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
bio(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isNameReserved(string nameString) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rarityCheck(address user, bytes signature) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenNameByIndex(uint256 index) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validateName(string str) pure returns (bool)
State-modifying
Events MintPresale(uint256 _amount, bytes _signature) payable
MintPublic(uint256 _amount) payable
approve(address to, uint256 tokenId)
changeBio(uint256 tokenId, string _bio)
changeName(uint256 tokenId, string newName)
changeNamePrice(uint256 _price)
gift(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeActive(bool val)
setPresaleActive(bool val)
setPrice(uint256 newPrice)
setSaleActive(bool val)
setSigners(address _free, address _wl)
setVamirToken(address _vamir)
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)
BioChange(uint256 indexed tokenId, string bio)
NameChange(uint256 indexed tokenId, string newName)
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.