Supernormal
Verified contract
Active on
Ethereum with 151 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 "Supernormal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17717627 | a year ago | | | 0 | 0.00060528897 | |
| 17710630 | a year ago | | | 0 | 0.00051971766 | |
| 17710630 | a year ago | | | 0 | 0.00051934200 | |
| 17698662 | a year ago | | | 0 | 0.0010371352 | |
| 17685336 | a year ago | | | 0 | 0.0013999712 | |
| 17684663 | a year ago | | | 0 | 0.00093578144 | |
| 17680754 | a year ago | | | 0 | 0.0014839000 | |
| 17680396 | a year ago | | | 0 | 0.0012380456 | |
| 17679341 | a year ago | | | 0.016 | 0.0012770375 | |
| 17679155 | a year ago | | | 0 | 0.0030829645 |
ABI
ABI objects
Getter at block 21282997
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRIVATE_SALE_TYPEHASH() view returns (bytes32)
0x0a8ef685c7ce679e94aeadce0db6a91b16342a39449c0c58bce9250d0b4b14ab
PUBLIC_LIMIT() view returns (uint256)
3
TX_LIMIT() view returns (uint256)
3
baseURI() view returns (string)
https://metadata.kometh.xyz/Supernormal/
maxSupply() view returns (uint256)
5000
name() view returns (string)
Supernormal
owner() view returns (address)
0x9e23c847198f696008dbbe5e198ffc2e19f20b48
price() view returns (uint256)
16000000000000000
signer() view returns (address)
0xf4c363b4acfb4526f236b5b8c5168e080a3128d1
stage() view returns (uint8)
0
symbol() view returns (string)
SUPERNORMAL
totalSupply() view returns (uint256)
238
Read-only
PrivateSaleMinter(uint256, address) view returns (uint256)
PublicSaleMinter(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mintTo(address[] _to, uint256[] _amount)
privateSaleMint(uint256 _quantity, uint256 _limit, uint256 _kind, bytes _signature) payable
publicSaleMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setAuthorizedWallet(address _authorizedWallet)
setBaseURI(string _baseURI)
setGaspackWallet(address _gaspackWallet)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _price)
setRoyalties(address _recipient, uint96 _amount)
setSigner(address _signer)
setStage(uint8 _stage)
setSupernormalWallet(address _supernormalWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _previewURI, address _signer, address _royaltyAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()