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 "Seamore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20372300 | 4 months ago | | | 0 | 0.000093994439 | |
| 19599814 | 7 months ago | | | 0 | 0.00053632803 | |
| 19072133 | 10 months ago | | | 0 | 0.00027141638 | |
| 17966928 | a year ago | | | 0 | 0.0011272241 | |
| 17662940 | a year ago | | | 0 | 0.00093344236 | |
| 17570175 | a year ago | | | 0 | 0.00058853007 | |
| 17563524 | a year ago | | | 0 | 0.00080302563 | |
| 17349792 | a year ago | | | 0 | 0.0010934372 | |
| 17317141 | a year ago | | | 0 | 0.0015310443 | |
| 17317136 | a year ago | | | 0 | 0.0027083203 |
ABI
ABI objects
Getter at block 21201571
baseURI() view returns (string)
https://55unity.mypinata.cloud/ipfs/QmRSmWGj958bfUpthYf58UGxJtr7LkL6yqjoPq2wWp3gkp/
maxPerAddress() view returns (uint256)
1
maxPerAddressLaunch() view returns (uint256)
1
maxSupply() view returns (uint256)
444
name() view returns (string)
Seamore
owner() view returns (address)
0x26ac68037c202b8ac2d1cfcc487651dad41b68e0
preLaunchWindowCloses() view returns (uint256)
1659063599
presaleWindowCloses() view returns (uint256)
1660254889
presaleWindowOpens() view returns (uint256)
1660078800
signerRole() view returns (address)
0xa65aae78edef916d4102ba7b5672068c0d35fbff
symbol() view returns (string)
Seamore
totalSupply() view returns (uint256)
444
windowOpens() view returns (uint256)
1660078800
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedBalance(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
prelaunchMintedBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveaway(address to, uint256 quantity)
mint(uint256 quantity, uint8 _v, bytes32 _r, bytes32 _s) payable
mintLaunch(uint256 quantity, uint8 _v, bytes32 _r, bytes32 _s) payable
mintPreLaunch(uint8 _v, bytes32 _r, bytes32 _s) 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)
setMaxAddress(uint256 _maxPerAddress)
setMaxLaunch(uint256 _maxPerAddress)
setMaxSupply(uint256 _maxSupply)
setWindows(uint256 _windowOpens, uint256 _presaleWindowOpens, uint256 _presaleWindowCloses, uint256 _preLaunchWindowCloses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI, address _signerRole, address[] _addressWithdraw)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()