Monaco Genesis KOL
Verified contract
Active on
Ethereum with 122 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 "Monaco Genesis KOL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15738826 | 2 years ago | | | 0 | 0.00056945763 | |
| 15738814 | 2 years ago | | | 0 | 0.0010931474 | |
| 15664201 | 2 years ago | | | 0 | 0.00028719688 | |
| 15179122 | 2 years ago | | | 0 | 0.0017433687 | |
| 15089839 | 2 years ago | | | 0 | 0.0033778595 | |
| 14622333 | 3 years ago | | | 0 | 0.0041767190 | |
| 14601410 | 3 years ago | | | 0 | 0.0012704215 | |
| 14523239 | 3 years ago | | | 0 | 0.0028061400 | |
| 14475678 | 3 years ago | | | 0 | 0.0064073530 | |
| 14318484 | 3 years ago | | | 0 | 0.0012264553 |
ABI
ABI objects
Getter at block 21382829
TOTAL_LIMIT() view returns (uint256)
100
contractURI() view returns (string)
https://www.monaconft.vip/contractURI/100.json
isSaleActive() view returns (bool)
true
minted() view returns (uint256)
57
name() view returns (string)
Monaco Genesis KOL
owner() view returns (address)
0x7e906b33ff385b1fb319973887b455ac97d664f1
symbol() view returns (string)
MGK
totalSupply() view returns (uint256)
57
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnMintList(address addr) 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 addToMintList(address[] addresses)
approve(address to, uint256 tokenId)
mint() payable
removeFromMintList(address[] addresses)
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)
setContractURI(string URI)
setSaleActive(bool active)
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.