Trunc Union Club
Verified contract
Active on
Ethereum with 2,301 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 "Trunc Union Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17954878 | a year ago | | | 0 | 0.00061631527 | |
| 17656265 | a year ago | | | 0 | 0.00072692459 | |
| 16768807 | 2 years ago | | | 0 | 0.0010271855 | |
| 16144809 | 2 years ago | | | 0 | 0.00064923944 | |
| 15860318 | 2 years ago | | | 0 | 0.00021241676 | |
| 15859646 | 2 years ago | | | 0 | 0.00037594825 | |
| 15837249 | 2 years ago | | | 0 | 0.00042352927 | |
| 15829771 | 2 years ago | | | 0 | 0.00050453189 | |
| 15809629 | 2 years ago | | | 0 | 0.00059660332 | |
| 15809629 | 2 years ago | | | 0 | 0.00059660332 |
ABI
ABI objects
Getter at block 21171760
calculate() view returns (uint256)
1
maxSupply() view returns (uint256)
3333
name() view returns (string)
Trunc Union Club
owner() view returns (address)
0x1328fb66fd2767b269f31c37bbb5435da5275ff6
symbol() view returns (string)
TUN
totalSupply() view returns (uint256)
3334
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 newcost, uint256 newmaxtx)
setURI(string uri_)
transferFrom(address from, address to, uint256 tokenId)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()