Not an NFT
Verified contract
Active on
Ethereum with 38 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 an NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17743423 | a year ago | | | 0 | 0.0021355009 | |
| 17686886 | a year ago | | | 0 | 0.0015479221 | |
| 17680980 | a year ago | | | 0 | 0.0012405582 | |
| 17680897 | a year ago | | | 0.05 | 0.0017507769 | |
| 17680757 | a year ago | | | 0 | 0.00056443110 | |
| 17680704 | a year ago | | | 0.05 | 0.0012920773 | |
| 17680612 | a year ago | | | 0.03 | 0.0016463068 | |
| 17680544 | a year ago | | | 0 | 0.00087903555 | |
| 17680543 | a year ago | | | 0.03 | 0.0017273142 | |
| 17680494 | a year ago | | | 0.05 | 0.0013115782 |
ABI
ABI objects
Getter at block 21212513
decimals() view returns (uint8)
18
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
10000000000000000000000
mintFee() view returns (uint256)
10000000000000000
name() view returns (string)
Not an NFT
owner() view returns (address)
0xfd74e361244a2e4eb807583969943eec01b60ffc
symbol() view returns (string)
NaN
totalSupply() view returns (uint256)
69000000000000000000
Read-only
addressMintedBalance(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 quantity) payable
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.