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 "Txers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20722764 | 3 months ago | | | 0 | 0.00025849287 | |
| 19500604 | 8 months ago | | | 0 | 0.00041046384 | |
| 19199364 | 10 months ago | | | 0 | 0.00067305615 | |
| 18920199 | a year ago | | | 0 | 0.00050583681 | |
| 18889725 | a year ago | | | 0 | 0.0011550097 | |
| 18889721 | a year ago | | | 0 | 0.0011329251 | |
| 18889716 | a year ago | | | 0 | 0.0011175719 | |
| 18656469 | a year ago | | | 0 | 0.00067473706 | |
| 18604342 | a year ago | | | 0 | 0.00035925222 | |
| 18313464 | a year ago | | | 0 | 0.00029043662 |
ABI
ABI objects
Getter at block 21286864
maxToken() view returns (uint256)
4444
mintMax() view returns (uint256)
1
name() view returns (string)
Txers
owner() view returns (address)
0x1d7f10a635ae70977ade214e8e9c6f829a180140
pbmintPrice() view returns (uint256)
0
publicMintEnabled() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
TX
totalSupply() view returns (uint256)
4444
txlistMintEnabled() view returns (bool)
true
txlistMintMax() view returns (uint256)
3
txlistMintPrice() view returns (uint256)
8000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
isWhitelisted2(address address_, bytes32[] proof_) 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
cutSupply(uint256 newMaxToken)
goHard(bool offMint)
ownerMint(uint256 _amount, address _address)
pbMint(uint256 _amount) payable
reserveBulk(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseTokenURI_EXT(string ext_)
setBaseURI(string uri_)
setMaxMint(uint256 newMax)
setMerkleRoot(bytes32 merkleRoot_)
setMerkleRoot2(bytes32 merkleRoot2_)
setPbPrice(uint256 newPrice)
setReveal()
setWlPrice(uint256 newWlPrice)
sethiddenBaseURI(string uri_)
teamMint(uint256 _amount, bytes32[] proof_) payable
togglePublicMint()
toggletxlistMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address new_)
txlistMint(uint256 _amount, bytes32[] proof_) payable
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)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()