Tribo Flameys
Verified contract
Active on
Ethereum with 6,193 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 "Tribo Flameys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264700 | 4 days ago | | | 0 | 0.00053046225 | |
| 21263518 | 5 days ago | | | 0 | 0.00045981306 | |
| 21236882 | 8 days ago | | | 0 | 0.0019163518 | |
| 21233835 | 9 days ago | | | 0 | 0.00057093428 | |
| 21233541 | 9 days ago | | | 0 | 0.00044231730 | |
| 21231861 | 9 days ago | | | 0 | 0.00064289512 | |
| 21222799 | 10 days ago | | | 0 | 0.0011246073 | |
| 21196905 | 14 days ago | | | 0 | 0.00077729368 | |
| 21186892 | 15 days ago | | | 0 | 0.0019963222 | |
| 21177375 | 17 days ago | | | 0 | 0.00099871046 |
ABI
ABI objects
Getter at block 21296200
allowlistSignerPublicKey() view returns (address)
0xbcf86971aae0edbc607efe1a1e376a9e9dbc9e65
baseUri() view returns (string)
ipfs://QmeNbsf7U6sy5L4wYKrepCypLzeYf3CoRKK2qPZGayyzxH/
collectionRevealed() view returns (bool)
true
hiddenMetadataURI() view returns (string)
ipfs://Qmazq9zePijYPU7rgxnRRPYLPuDxXGMVnprHumxSta8rxB
name() view returns (string)
Tribo Flameys
owner() view returns (address)
0x4953c3610ea51d2c3026fbe5f4fce3f809820dba
paused() view returns (bool)
false
supplyCap() view returns (uint256)
2000
symbol() view returns (string)
FLAMEY
totalSupply() view returns (uint256)
2000
uriSuffix() view returns (string)
.json
Read-only
addressMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintStatus(address _minter, struct TriboFlameysSignature _signature) view returns (uint8)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokenURIOverrides(uint256) view returns (string)
State-modifying
Events URISetHiddenMetadata(string _hiddenMetadataURI)
URISetSuffix(string _uriSuffix)
URIsetTokenURIOverride(uint256 _tokenId, string _uri)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintByOwner(uint256 _mintAmount, address _receiver)
mintPublic(struct TriboFlameysSignature _signature)
pause()
renounceOwnership()
revealCollection(string _uri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowlistSignerPublicKey(address _pubkey)
setApprovalForAll(address operator, bool approved)
setRoyaltyInfo(address _receiver, uint96 _feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 _supplyCap, address _allowlistSignerPublicKey)
This contract contains no fallback and receive objects.
This contract contains no error objects.