Superlative Secret Society
Verified contract
Active on
Ethereum with 18,132 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 "Superlative Secret Society"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248644 | 6 days ago | | | 0 | 0.00049812250 | |
| 21222866 | 10 days ago | | | 0 | 0.00054545575 | |
| 21203312 | 12 days ago | | | 0 | 0.00051234996 | |
| 21187136 | 15 days ago | | | 0 | 0.0014173594 | |
| 21185787 | 15 days ago | | | 0 | 0.0011260297 | |
| 21158894 | 19 days ago | | | 0 | 0.0014935665 | |
| 21084834 | a month ago | | | 0 | 0.00037712217 | |
| 21084527 | a month ago | | | 0 | 0.00038813848 | |
| 21082254 | a month ago | | | 0 | 0.00032971277 | |
| 21070584 | a month ago | | | 0 | 0.00040169564 |
ABI
ABI objects
Getter at block 21292126
MAX_TOKENS() view returns (uint256)
11111
MAX_TOKENS_PER_ADDRESS() view returns (uint256)
222
PRICE() view returns (uint256)
79000000000000000
contractURI() view returns (string)
isPresaleActive() view returns (bool)
false
isSaleActive() view returns (bool)
false
name() view returns (string)
Superlative Secret Society
owner() view returns (address)
0x4e0843e8daa53406121588feebf0cde0f1fcefc1
paused() view returns (bool)
false
symbol() view returns (string)
SuperlativeSS
totalSupply() view returns (uint256)
11110
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)
presaleList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPresaleList(address[] _addrs, uint256[] _limit)
approve(address to, uint256 tokenId)
gift(address to, uint256 amount)
mint(uint256 amount) payable
pause()
presaleMint(uint256 amount) 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 URI)
setContractURI(string URI)
setRevealedBaseURI(string URI)
togglePresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
PresaleMint(address minter, uint256 amount)
SaleMint(address minter, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.