Superlative Apes
Verified contract
Active on
Ethereum with 12,057 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 Apes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160883 | 2 days ago | | | 0 | 0.00071984789 | |
| 20958122 | a month ago | | | 0 | 0.00052127430 | |
| 20806620 | 2 months ago | | | 0 | 0.00041375558 | |
| 20653043 | 2 months ago | | | 0 | 0.000053415185 | |
| 20560813 | 3 months ago | | | 0 | 0.000038505996 | |
| 20553187 | 3 months ago | | | 0 | 0.000044399350 | |
| 20444427 | 3 months ago | | | 0 | 0.000067082434 | |
| 20443653 | 3 months ago | | | 0 | 0.00031726346 | |
| 20279017 | 4 months ago | | | 0 | 0.00032976764 | |
| 20205026 | 4 months ago | | | 0 | 0.00018548422 |
ABI
ABI objects
Getter at block 21172088
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmecnajJczMQZY3ZzeYeAwhwG1jPntXBrERNwYVB9T1TCg/
getBalance() view returns (uint256)
0
mainsaleTime() view returns (uint256)
1639710000
maxPreTx() view returns (uint256)
2
maxSupply() view returns (uint256)
4444
maxTx() view returns (uint256)
10
name() view returns (string)
Superlative Apes
owner() view returns (address)
0xb7c581ff1b8965465ab276b6d635b7829e74a520
presaleClose() view returns (uint256)
1639695600
presaleSupply() view returns (uint256)
2400
presaleTime() view returns (uint256)
1639623600
price() view returns (uint256)
69000000000000000
symbol() view returns (string)
SLAPE
totalToken() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAddressWhitelisted(address whitelist) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
mainsaleWalletLimits(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleWalletLimits(address) view returns (uint256)
presaleWallets(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addWhiteList(address[] whiteListedAddresses)
airdrop(address airdropPatricipent, uint8 tokenID) payable
approve(address to, uint256 tokenId)
mainSale(uint8 mintTotal) payable
preSale(uint8 mintTotal) 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 _newBaseURI)
setMaxTx(uint256 newMax)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawContractEther(address recipient)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.