Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,811.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TN100x | ERC-20 | 15.285274M | $0.000642 |
$9,811.92 | |
PEEZY | ERC-20 | 1.2 | $0.009009 |
$0.01 | |
kurbi | ERC-20 | 1 | $0.00075 |
$0 | |
BANANAS | ERC-20 | 6.924655 | $0.000055 |
$0 | |
FLOWER | ERC-20 | 10.8888 | $0.000024 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000174 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757277 | 5 hours ago | | | 0 | 2.1434784e-7 | |
| 22677844 | 2 days ago | | | 0 | 0.000000402786564935 | |
| 22659415 | 2 days ago | | | 0 | 7.9100321e-7 | |
| 22356463 | 9 days ago | | | 0 | 4.3269676e-7 | |
| 22350917 | 10 days ago | | | 0 | 4.3257739e-7 | |
| 22309459 | 11 days ago | | | 0 | 5.6336558e-7 | |
| 21598724 | a month ago | | | 0 | 2.5035736e-7 | |
| 21110401 | a month ago | | | 0 | 6.8806484e-7 | |
| 21063972 | a month ago | | | 0 | 3.5810424e-7 | |
| 21062359 | a month ago | | | 0 | 0.000000404168634935 |
ABI
ABI objects
Getter at block 22765392
lockingPeriodEndDate() view returns (uint256)
1711524411
mintEndDate() view returns (uint256)
1707895611
name() view returns (string)
Golden Ham
owner() view returns (address)
0x16760803046ffa4d05878333b0953bbddc0c20cb
symbol() view returns (string)
GH
tn100x() view returns (address)
0x5b5dee44552546ecea05edea01dcd7be7aa6144a
totalLocked() view returns (uint256)
66958815351596335268878726
totalSupply() view returns (uint256)
1543
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokenIdToAmountLocked(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateLockingPeriodEndDate(uint256 _lockingPeriodEndDate)
updateMintEndDate(uint256 _mintEndDate)
withdraw(uint256[] tokenIds)
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 user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _image, uint256 _mintEndDate, uint256 _lockingPeriodEnd, address _tn100x)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidAmount()
InvalidQueryRange()
LockingPeriodNotEnded()
MintERC2309QuantityExceedsLimit()
MintEnded()
MintToZeroAddress()
MintZeroQuantity()
NotOwner()
NothingLockedForToken()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenDoesNotExist()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()