NFT20 Wei
Verified contract
Active on
Ethereum with 1,879 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 "NFT20 Wei"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19058001 | 10 months ago | | | 0 | 0.00066371145 | |
| 18958716 | 10 months ago | | | 0 | 0.00095198614 | |
| 18909903 | 10 months ago | | | 0 | 0.00044828416 | |
| 18899047 | 10 months ago | | | 0.004 | 0.0022052570 | |
| 18899046 | 10 months ago | | | 0.001 | 0.0016749380 | |
| 18863964 | a year ago | | | 0.004 | 0.0033214624 | |
| 18862559 | a year ago | | | 0 | 0.00093628972 | |
| 18862529 | a year ago | | | 0.05 | 0.0059063039 | |
| 18862500 | a year ago | | | 0.004 | 0.0038003233 | |
| 18862500 | a year ago | | | 0.004 | 0.0038003233 |
ABI
ABI objects
Getter at block 21162726
burned() view returns (uint256)
4055
iscombineTransfer() view returns (bool)
true
maxFreePerTx() view returns (uint256)
2
maxFreeSupply() view returns (uint256)
4000
maxPerTx() view returns (uint256)
20
maxPublicSupply() view returns (uint256)
19000
maxSupply() view returns (uint256)
20000
mintCount() view returns (uint256)
4055
mintEnabled() view returns (bool)
true
name() view returns (string)
NFT20 Wei
owner() view returns (address)
0xcdaad23297eb6cfca870363f45b7b5b7cf118af4
price() view returns (uint256)
1000000000000000
symbol() view returns (string)
NFT20
totalSupply() view returns (uint256)
4055
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getValue(uint256 tokenId) view returns (uint256)
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) payable
combineTransfer(uint256 from, uint256 to, uint256 value)
flipMint()
freeMint(uint256 quantity)
mint(uint256 quantity, uint256 amt) 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)
teamMint(uint256 quantity, uint256 amt, address recipient)
toggleCombineTransfer()
transferFrom(address from, address to, uint256 tokenId) payable
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)
MetadataUpdate(uint256 _tokenId)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()