Trippyfuru
Verified contract
Active on
Ethereum with 705 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 "Trippyfuru"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070190 | a month ago | | | 0 | 0.00049003732 | |
| 20576384 | 3 months ago | | | 0 | 0.000047652388 | |
| 20247880 | 5 months ago | | | 0 | 0.00013933020 | |
| 18901658 | a year ago | | | 0 | 0.00063510059 | |
| 16983399 | 2 years ago | | | 0 | 0.0025535856 | |
| 16851870 | 2 years ago | | | 0 | 0.00079983883 | |
| 16851866 | 2 years ago | | | 0 | 0.00087769757 | |
| 16851861 | 2 years ago | | | 0 | 0.00096645220 | |
| 16851857 | 2 years ago | | | 0 | 0.00090205008 | |
| 16851848 | 2 years ago | | | 0 | 0.0011568084 |
ABI
ABI objects
Getter at block 21327671
FREE_MINT_MAX_QTY() view returns (uint256)
500
GIFT_MAX_QTY() view returns (uint256)
1
MAX_QTY_PER_WALLET() view returns (uint256)
20
PAID_MINT_MAX_QTY() view returns (uint256)
5054
PRICE() view returns (uint256)
28000000000000000
TOTAL_MAX_QTY() view returns (uint256)
5555
TOTAL_MINT_MAX_QTY() view returns (uint256)
5554
giftedQty() view returns (uint256)
1
maxFreeQtyPerWallet() view returns (uint256)
1
mintedQty() view returns (uint256)
626
name() view returns (string)
Trippyfuru
owner() view returns (address)
0x9f55eb84954343be5b9c7a34a06d06874c84a998
symbol() view returns (string)
TRIPPYFURU
totalSupply() view returns (uint256)
627
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minterToTokenQty(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)
gift(address[] receivers)
mint(uint256 _mintQty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setMaxFreeQtyPerTx(uint256 _maxQtyPerTx)
setProxyRegistryAddress(address proxyAddress)
setTeamAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.