Truffle Pass
Verified contract
Active on
Ethereum with 1,401 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 "Truffle Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19799139 | 7 months ago | | | 0 | 0.00026934915 | |
| 19458170 | 8 months ago | | | 0 | 0.0011595355 | |
| 19176002 | 10 months ago | | | 0 | 0.00059538628 | |
| 19050986 | 10 months ago | | | 0 | 0.00028509176 | |
| 18908818 | a year ago | | | 0 | 0.00054414726 | |
| 18903573 | a year ago | | | 0 | 0.00028157823 | |
| 18616125 | a year ago | | | 0 | 0.00069181555 | |
| 18358395 | a year ago | | | 0 | 0.00028907098 | |
| 18153743 | a year ago | | | 0 | 0.00033780085 | |
| 17188150 | 2 years ago | | | 0 | 0.0050798177 |
ABI
ABI objects
Getter at block 21263088
alive() view returns (bool)
true
aliveTime() view returns (uint256)
1662919200
maxSupply() view returns (uint256)
333
merkleroot() view returns (bytes32)
0x426711e7e4cc0b26c7c59c023cab72c1de783b32a4528b6d47fd8e7acd485ea1
name() view returns (string)
Truffle Pass
owner() view returns (address)
0x586b0b2c73a22d5f53098b7286c6874d6810f76b
price() view returns (uint256)
200000000000000000
revealed() view returns (bool)
true
royalty() view returns (uint256)
0
symbol() view returns (string)
Truffle Pass
totalSupply() view returns (uint256)
333
whiteMint() view returns (bool)
true
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAliveTime(uint256 epochtime)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string uri)
setBlindTokenUri(string uri)
setMerkleRoot(bytes32 root)
setPrice(uint256 weis)
setRoyalty(uint256 percent)
setTokenURI(uint256 tokenId, string _tokenURI)
setWalletLimit(uint256 limit)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string blindUri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.