SeaAvatars
Verified contract
Active on
Ethereum with 144 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 "SeaAvatars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18970669 | 10 months ago | | | 0 | 0.00098990437 | |
| 18255562 | a year ago | | | 0 | 0.00027619200 | |
| 17803999 | a year ago | | | 0 | 0.00036385519 | |
| 17509289 | a year ago | | | 0 | 0.00061851467 | |
| 17301267 | a year ago | | | 0 | 0.0015125029 | |
| 16475878 | 2 years ago | | | 0 | 0.00070647940 | |
| 16293038 | 2 years ago | | | 0 | 0.00075855854 | |
| 15953231 | 2 years ago | | | 0 | 0.00072844874 | |
| 15892241 | 2 years ago | | | 0 | 0.00073661313 | |
| 15569328 | 2 years ago | | | 0 | 0.00040241536 |
ABI
ABI objects
Getter at block 21214046
SeaAddress() view returns (address)
0xccb6e4a1c42f4892cde27a8bc2e50bba0b43d224
burned() view returns (bool)
true
name() view returns (string)
SeaAvatars
owner() view returns (address)
0xc44e8c1a176cead84ea4ce3be48c1f8da309acbe
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SEAV
totalSupply() view returns (uint256)
169
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnAll()
directMint(address to, uint256 tokenId)
flipSaleState()
mintMany(uint32[] ids)
mintToken(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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.