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 "SeqNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224287 | 2 hours ago | | | 0 | 0.0010210559 | |
| 21218948 | 20 hours ago | | | 0 | 0.00049967843 | |
| 21064561 | 22 days ago | | | 0 | 0.0010747589 | |
| 21064559 | 22 days ago | | | 0 | 0.00047426283 | |
| 21064559 | 22 days ago | | | 0 | 0.00092914862 | |
| 21064558 | 22 days ago | | | 0 | 0.0010635753 | |
| 21064557 | 22 days ago | | | 0 | 0.0011932838 | |
| 21052685 | 24 days ago | | | 0 | 0.00023628271 | |
| 21012727 | a month ago | | | 0 | 0.00032782703 | |
| 21011714 | a month ago | | | 0 | 0.00051439719 |
ABI
ABI objects
Getter at block 21224914
allSupplies() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256)
(50, 50, 50, 50, 50, 50, 50, 50, 50, 50)
baseExtension() view returns (string)
.json
contractURI() view returns (string)
cost() view returns (uint256)
1500000000000000000
name() view returns (string)
SUPERPLASTIC: SUPERGUCCI
owner() view returns (address)
0x06caeb8090e2e7553bdfcb46e48f040fc5131afb
paused() view returns (uint256)
0
symbol() view returns (string)
SPGCI
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
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) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _type) payable
mint(address _to, uint8 _type)
mintBatch(address[] _to, uint8[] _type)
ownerMint(uint256 _type)
pause(uint256 _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setBatchMintingEnabled(uint256[] _types, uint256 _enabled)
setCost(uint256 _newCost)
setLimitPerUser(uint256 _count)
setMintingEnabled(uint256 _type, uint256 _enabled)
setProxyAddress(address _a)
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 _name, string _symbol, string _initBaseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.