ERC-420 Inscription
Verified contract
Active on
Ethereum with 3,750 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ERC-420 Inscription"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20707426 | 3 months ago | | | 0 | 0.000086054355 | |
| 20278566 | 5 months ago | | | 0 | 0.00021624366 | |
| 20024575 | 6 months ago | | | 0 | 0.00072911791 | |
| 20024571 | 6 months ago | | | 0 | 0.00073071182 | |
| 20016781 | 6 months ago | | | 0 | 0.00030400300 | |
| 20016676 | 6 months ago | | | 0 | 0.00040644634 | |
| 20016638 | 6 months ago | | | 0 | 0.00043246661 | |
| 20015789 | 6 months ago | | | 0 | 0.00042836546 | |
| 20015582 | 6 months ago | | | 0 | 0.00051172661 | |
| 20015515 | 6 months ago | | | 0 | 0.00031469551 |
ABI
ABI objects
Getter at block 21285750
MAX_MINTS_PER_TX() view returns (uint256)
10
NUM_FREE_MINTS() view returns (uint256)
0
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
getBaseURI() view returns (string)
https://oss.erc420.com/preview/erc420/json/
isPublicSaleActive() view returns (bool)
true
iswhitelistSaleActive() view returns (bool)
true
maxMintAmountPerWallet() view returns (uint256)
10
maxMintAmountfreePerTx() view returns (uint256)
0
maxMintAmountfreePerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
21000
name() view returns (string)
ERC-420 Inscription
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xb39c937e0e87b5a177789eab59a4bdb36516d587
symbol() view returns (string)
ERC-420 Inscription
totalSupply() view returns (uint256)
20311
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletMintCount(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address[] addresses)
approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
numfree(uint256 _numfreemints)
nums(uint256 _min)
removeFromWhitelist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setIsWhitelistSaleActive(bool _iswhitelistSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistmint(uint256 numberOfTokens) payable
withdraw()
withdrawTokens(address token)
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()
receive()
This contract contains no error objects.