Figuregot
Verified contract
Active on
Ethereum with 2,277 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 "Figuregot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167156 | 9 days ago | | | 0 | 0.0023639773 | |
| 21146142 | 12 days ago | | | 0 | 0.00023341497 | |
| 21089580 | 20 days ago | | | 0 | 0.00023144719 | |
| 21087626 | 20 days ago | | | 0 | 0.00052936761 | |
| 21034167 | a month ago | | | 0 | 0.00042414477 | |
| 20895881 | 2 months ago | | | 0 | 0.00017496730 | |
| 20894997 | 2 months ago | | | 0 | 0.00021171326 | |
| 20884514 | 2 months ago | | | 0 | 0.00025627978 | |
| 20831894 | 2 months ago | | | 0 | 0.00068898940 | |
| 20764222 | 2 months ago | | | 0 | 0.00042960975 |
ABI
ABI objects
Getter at block 21229582
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PUBLIC_MINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
7777
PRICE_PER_TOKEN() view returns (uint256)
77000000000000000
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x58880d7167a70c0c3cad161c215ce686a5df07462612a0f9f04d89e9addcad2a
name() view returns (string)
Figuregot
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x1a1d82cceccf75b429727156b7665a8b1bfa7de7
provenance() view returns (string)
3959f6683519937fc8db60b593a48fe89e3280a2866276e6841056ee7306e015
saleActive() view returns (bool)
false
shareholderAddress() view returns (address)
0x7553ac4f5b8a7a86e3fdf4974283aacbae2c126d
symbol() view returns (string)
GOT
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowListA(address claimer, bytes32[] proof) view returns (bool)
onAllowListB(address claimer, uint256 b, bytes32[] proof) view returns (bool)
onAllowListC(address claimer, uint256 b, uint256 c, bytes32[] proof) view returns (bool)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
deleteDefaultRoyalty()
devMint(address to, uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mint(uint256 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, uint256 totalTokenAmount, uint256 price, bytes32[] merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowList(bytes32 merkleRoot_)
setAllowListActive(bool state)
setAllowListPreserveBalances(bytes32 merkleRoot_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setProvenance(string provenance_)
setSaleActive(bool state)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MerkleRootChanged(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address shareholderAddress_)
This contract contains no fallback and receive objects.
AllowListIsActive()
AllowListIsNotActive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsAllowListQuota()
ExceedsMaximumSupply()
ExceedsMaximumTokensPerTransaction()
ExceedsReserveSupply()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotOnAllowList()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleIsNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()
WrongETHValueSent()
ZeroAddressProvided()