TwoPlusTwoGen4
Verified contract
Active on
Ethereum with 541 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xed6c…3eb1
0xa844…ed2c
0x607d…f268
-
variable spans 61 additional slots
-
variable spans 61 additional slots
Balances ($0.00)
No balances found for "TwoPlusTwoGen4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19886389 | 6 months ago | | | 0 | 0.00013506395 | |
| 19508779 | 8 months ago | | | 0 | 0.00070288026 | |
| 19365477 | 8 months ago | | | 0 | 0.0034459832 | |
| 18906533 | 10 months ago | | | 0 | 0.00080473730 | |
| 18837807 | a year ago | | | 0 | 0.0011905888 | |
| 18421684 | a year ago | | | 0 | 0.00060438890 | |
| 18421676 | a year ago | | | 0 | 0.00094447812 | |
| 16893906 | 2 years ago | | | 0 | 0.0056882456 | |
| 16893852 | 2 years ago | | | 0 | 0.0033804727 | |
| 16672205 | 2 years ago | | | 0 | 0.0013176201 |
ABI
ABI objects
Getter at block 21167545
PENCILToken() view returns (address)
0x607df06d771bd72c14a4031d1647cad8ca1af268
TPTGen1() view returns (address)
0xed6c62794e4ed3dec82d00c7ca58ae9512b13eb1
TPTGen2() view returns (address)
0xa844b918f0c362068e3894c68af5b2adbd37ed2c
burnCost() view returns (uint256)
500000000000000000000
isActive() view returns (bool)
true
maxSupply() view returns (uint256)
1953
name() view returns (string)
TwoPlusTwoGen4
owner() view returns (address)
0xfd8364e868ea436ab83362da6518de2aec90f5e4
symbol() view returns (string)
TPT4
totalSupply() view returns (uint256)
441
Read-only
balanceOf(address owner) view returns (uint256)
checkClaim(address recipient) view returns (uint256)
checkClaimByTokenId(uint256 nftId, uint8 gen) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claimForOwner(address recipient)
flipState()
mintTokens(uint256 limit)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(uint256 gen1TokenId, uint256 gen2TokenId, uint256 burnCost, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RolledOver(bool status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address gen1, address gen2, address pencil)
This contract contains no fallback and receive objects.
This contract contains no error objects.