Sirens Shell
Verified contract
Active on
Ethereum with 11,036 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 "Sirens Shell"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259108 | 4 days ago | | | 0 | 0.00067136019 | |
| 21010729 | a month ago | | | 0 | 0.00018933358 | |
| 20982625 | a month ago | | | 0 | 0.00023863980 | |
| 20523787 | 3 months ago | | | 0 | 0.000059011812 | |
| 20317144 | 4 months ago | | | 0 | 0.00028810500 | |
| 19916470 | 6 months ago | | | 0 | 0.00042980544 | |
| 19916184 | 6 months ago | | | 0 | 0.00041972907 | |
| 19855727 | 7 months ago | | | 0 | 0.00019008461 | |
| 19812565 | 7 months ago | | | 0 | 0.00035546283 | |
| 19644558 | 7 months ago | | | 0 | 0.00057117528 |
ABI
ABI objects
Getter at block 21286224
MINT_LIMIT_PER_WALLET() view returns (uint256)
1
name() view returns (string)
Sirens Shell
owner() view returns (address)
0xac9d54ca08740a608b6c474e5ca07d51ca8117fa
saleIsActive() view returns (bool)
false
symbol() view returns (string)
SIREN
totalSupply() view returns (uint256)
9968
Read-only
allowedMintCount(address minter) view returns (uint256)
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)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
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 customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.