Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($384.17)
Native
Value
$384.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.12 | $3,201.43 |
$384.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071926 | 12 days ago | | | 0 | 0.00065957917 | |
| 20500949 | 3 months ago | | | 0 | 0.000035471534 | |
| 18858301 | a year ago | | | 0 | 0.00082722973 | |
| 17970323 | a year ago | | | 0 | 0.00061056315 | |
| 16368414 | 2 years ago | | | 0 | 0.00035973362 | |
| 15989211 | 2 years ago | | | 0 | 0.00037233443 | |
| 15989201 | 2 years ago | | | 0 | 0.00067207508 | |
| 15751629 | 2 years ago | | | 0 | 0.00035840236 | |
| 15742399 | 2 years ago | | | 0 | 0.00037284234 | |
| 15722260 | 2 years ago | | | 0 | 0.00058995011 |
ABI
ABI objects
Getter at block 21158132
baseURI() view returns (string)
""
isPaused() view returns (bool)
false
maxPerAddressDuringPublicMint() view returns (uint256)
1
maxPerAddressDuringWhitelistMint() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x2ded38710450d028bdfb9d9c818ae6d53a59d1cd0f9bded2f5f71a382b1dbe62
name() view returns (string)
Rat Trap
owner() view returns (address)
0xc8716e0aa09b8247377d453906e0fd5e90590eb6
publicSalePrice() view returns (uint256)
69000000000000000
sellingStep() view returns (uint8)
3
symbol() view returns (string)
TRT
totalReleased() view returns (uint256)
14255000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
280
wlSalePrice() view returns (uint256)
20000000000000000
Read-only
amountNFTsperWalletPublicSale(address) view returns (uint256)
amountNFTsperWalletWhitelistSale(address) view returns (uint256)
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)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] _to)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
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)
setMaxUserSupplyForPublic(uint256 _publicMaxUserSupply)
setMaxUserSupplyForWl(uint256 _wlMaxUserSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _isPaused)
setPublicSalePrice(uint256 _publicSalePrice)
setStep(uint256 _step)
setWlSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _team, uint256[] _teamShares, bytes32 _merkleRoot, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()