Not Tom
Verified contract
Active on
Ethereum with 3,931 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 "Not Tom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025399 | 25 days ago | | | 0 | 0.00028415999 | |
| 21025272 | 25 days ago | | | 0 | 0.00028709963 | |
| 20574298 | 3 months ago | | | 0 | 0.000044987923 | |
| 20123977 | 5 months ago | | | 0 | 0.00018823795 | |
| 20106351 | 5 months ago | | | 0 | 0.00024840014 | |
| 19836689 | 6 months ago | | | 0 | 0.00016843696 | |
| 19810428 | 6 months ago | | | 0 | 0.00016363231 | |
| 19707121 | 7 months ago | | | 0 | 0.00028614546 | |
| 19338264 | 9 months ago | | | 0 | 0.0011574052 | |
| 19338262 | 9 months ago | | | 0 | 0.0011297574 |
ABI
ABI objects
Getter at block 21202816
_baseTokenURI() view returns (string)
ipfs://QmNakHHPbkh91t4PBYBHd5dDEDiyf5QX2BryJdos5XR4x8/
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
2003
merkleRoot() view returns (bytes32)
0x2bb1b5492c4122a8fbb11ef896ff4280a6dd791061036a762dad07918939fa1c
name() view returns (string)
Not Tom
owner() view returns (address)
0x375c3b00fdbdb98a9d9cb68a6657f640769f84bc
paused() view returns (bool)
false
presaleOnly() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
NT
totalSupply() view returns (uint256)
2003
Read-only
addressMintedBalance(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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintPresale(uint256 quantity, bytes32[] proof) payable
renounceOwnership()
reveal(bool _state, string baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _newMerkleRoot)
setPause(bool _state)
setPresaleOnly(bool _state)
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)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()