SIMP MERMAIDS
Verified contract
Active on
Ethereum with 2,277 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 "SIMP MERMAIDS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20656513 | 3 months ago | | | 0 | 0.000062754133 | |
| 20250820 | 5 months ago | | | 0.09 | 0.000093500000 | |
| 19742979 | 7 months ago | | | 0 | 0.00026429186 | |
| 19099096 | 10 months ago | | | 0 | 0.00072334965 | |
| 18934807 | a year ago | | | 0 | 0.0012052946 | |
| 18921641 | a year ago | | | 0 | 0.0010623798 | |
| 18901328 | a year ago | | | 0 | 0.00085594534 | |
| 18898489 | a year ago | | | 0 | 0.00064313557 | |
| 18886995 | a year ago | | | 0 | 0.00085635459 | |
| 18867947 | a year ago | | | 0 | 0.00044281682 |
ABI
ABI objects
Getter at block 21262244
DD_ADDRESS() view returns (address)
0x6f095133e814200fcf06bc185569544249bd1713
MAX_ITEMS() view returns (uint256)
9969
MAX_MINT() view returns (uint256)
20
MAX_MINT_PRESALE() view returns (uint256)
10
MAX_PRESALE_ITEMS() view returns (uint256)
2150
MAX_RESERVE() view returns (uint256)
150
PP_ADDRESS() view returns (address)
0xf27030ef0ace4dfee90f45c2ac6210bcf53ba7b4
PRICE() view returns (uint256)
90000000000000000
RENAME_PRICE() view returns (uint256)
10000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeicmknl3oemvu4rgt7j6fevgctjyekd4lfz222y5hm464uhlg6guhq/
name() view returns (string)
SIMP MERMAIDS
owner() view returns (address)
0x4ccbcb75f264b1111f410a38fe3818bb2b7b4fc7
paused() view returns (bool)
false
symbol() view returns (string)
SIMPMERMAIDS
totalMint() view returns (uint256)
2783
totalSupply() view returns (uint256)
2782
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeAttribute(uint256 tokenId, string key, string value) payable
mint(address _to, uint256 _count) payable
mintReserve(uint256 _count, address _to)
pause(bool val)
presaleMint(address _to, 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)
setBaseURI(string baseURI)
startPresale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttributeChanged(uint256 indexed _tokenId, string _key, string _value)
CreateNft(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.