SEAM Launch Social NFT
Verified contract
Active on
Base with 84 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 "SEAM Launch Social NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22449449 | a month ago | | | 0 | 0.0000024136576 | |
| 21073587 | 2 months ago | | | 0 | 4.1832621e-7 | |
| 20890661 | 2 months ago | | | 0 | 2.5809139e-7 | |
| 19986615 | 3 months ago | | | 0 | 4.7142357e-7 | |
| 18710218 | 4 months ago | | | 0 | 3.8140582e-7 | |
| 18666985 | 4 months ago | | | 0 | 3.2293100e-7 | |
| 17979534 | 4 months ago | | | 0 | 1.5043035e-7 | |
| 16914857 | 5 months ago | | | 0 | 0.000000304296000000 | |
| 16080018 | 6 months ago | | | 0 | 4.8655274e-7 | |
| 15439216 | 6 months ago | | | 0 | 4.7219631e-7 |
ABI
ABI objects
Getter at block 23680839
baseURI() view returns (string)
https://graphigo.prd.galaxy.eco/metadata/0xb70ae8eccb1ce5e01d67d1f786df84b8c6f20835/
getNumMinted() view returns (uint256)
5464
name() view returns (string)
SEAM Launch Social NFT
owner() view returns (address)
0x84636e9dba70d2ee78b84939520b13961f3718fe
symbol() view returns (string)
SEAM Launch
totalSupply() view returns (uint256)
5464
transferable() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
cid(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
minters(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address minter)
approve(address to, uint256 tokenId)
burn(address account, uint256 id)
burnBatch(address account, uint256[] ids)
mint(address account, uint256 cid) returns (uint256)
mintBatch(address account, uint256 amount, uint256[] cidArr) returns (uint256[])
removeMinter(address minter)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setName(string newName)
setSymbol(string newSymbol)
setTransferable(bool transferable)
setURI(string newURI)
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)
EventMinterAdded(address indexed newMinter)
EventMinterRemoved(address indexed oldMinter)
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.