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 "Twertles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17968672 | a year ago | | | 0 | 0.00063352556 | |
| 17561341 | a year ago | | | 0 | 0.00057063559 | |
| 17441427 | a year ago | | | 0 | 0.0010822360 | |
| 17387990 | a year ago | | | 0 | 0.0019722919 | |
| 17307123 | a year ago | | | 0 | 0.0012312929 | |
| 17147369 | 2 years ago | | | 0 | 0.0017102293 | |
| 17147355 | 2 years ago | | | 0 | 0.0017448557 | |
| 17047718 | 2 years ago | | | 0 | 0.00072532069 | |
| 17019495 | 2 years ago | | | 0 | 0.0015993342 | |
| 17017279 | 2 years ago | | | 0 | 0.00097127017 |
ABI
ABI objects
Getter at block 21180538
maxPerTXN() view returns (uint256)
5
maxSupply() view returns (uint256)
3333
mintCost() view returns (uint256)
0
name() view returns (string)
Twertles
notRevealedURI() view returns (string)
ipfs://QmWP31gFmatv75Y81QJcALZsxYysegmcr8A35cGLjkMFTm/unrevealed.json
owner() view returns (address)
0xc7378124176d406df41c9d0a100a1c0f7f3d2f3d
symbol() view returns (string)
TWTL
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
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
devMint(address _wallet, uint256 _amount)
mint(uint256 _amount) 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)
setCost(uint256 newCost)
setMaxPerTXN(uint256 _max)
setMetadata(string newUri)
toggleRevealed()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferFunds()
transferOwnership(address newOwner)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()