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 "Moonies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20989624 | a month ago | | | 0 | 0.00073883108 | |
| 20747937 | 2 months ago | | | 0 | 0.000089329182 | |
| 19101567 | 10 months ago | | | 0 | 0.00024782592 | |
| 18949909 | 10 months ago | | | 0 | 0.00055639109 | |
| 18122440 | a year ago | | | 0 | 0.00087964081 | |
| 17569267 | a year ago | | | 0 | 0.00056080371 | |
| 17354228 | a year ago | | | 0 | 0.0011820572 | |
| 17109454 | 2 years ago | | | 0 | 0.00099863035 | |
| 17107255 | 2 years ago | | | 0 | 0.0023627352 | |
| 17064854 | 2 years ago | | | 0 | 0.0017217799 |
ABI
ABI objects
Getter at block 21207789
MAX_TOKENS() view returns (uint256)
8888
TOKEN_COST() view returns (uint256)
35000000000000000
enabled() view returns (bool)
true
name() view returns (string)
Moonies
owner() view returns (address)
0x2e27e17b00608ee206f304fdd95a6ee7727154ae
symbol() view returns (string)
MOON
totalSupply() view returns (uint256)
8888
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)
changeBaseURI(string _newBaseURI)
mint() payable
mintMany(uint256 _amount) payable
mintOwner()
mintOwnerMany(uint256 _amount)
release()
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setEnabled(bool _enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.