GODA Mint Pass
Verified contract
Active on
Ethereum with 6,005 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 "GODA Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264793 | 3 days ago | | | 0 | 0.00060560000 | |
| 21234708 | 7 days ago | | | 0 | 0.00039729710 | |
| 21221823 | 9 days ago | | | 0 | 0.00047028116 | |
| 21218269 | 9 days ago | | | 0 | 0.00092269175 | |
| 21215011 | 10 days ago | | | 0 | 0.00064948063 | |
| 21186358 | 14 days ago | | | 0 | 0.0013889999 | |
| 21172770 | 16 days ago | | | 0 | 0.0017445230 | |
| 21167139 | 17 days ago | | | 0 | 0.0022902592 | |
| 21164592 | 17 days ago | | | 0 | 0.00076051389 | |
| 21135300 | 21 days ago | | | 0 | 0.00080749954 |
ABI
ABI objects
Getter at block 21286202
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_ALLOWLIST_MINT() view returns (uint256)
1
MAX_PUBLIC_MINT() view returns (uint256)
1
MAX_RESERVE_SUPPLY() view returns (uint256)
110
MAX_SUPPLY() view returns (uint256)
1000
PRICE_PER_TOKEN() view returns (uint256)
1000000000000000000
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xbbb69740787524cd0cb3edf6ab83bfe3ba507adcde7f0b9b38313a180cc32b01
name() view returns (string)
GODA Mint Pass
owner() view returns (address)
0x9ed62816300dccab46760b7472448f5c6b9b2ad7
provenance() view returns (string)
reserveSupply() view returns (uint256)
110
saleActive() view returns (bool)
false
shareholderAddress() view returns (address)
0x8dbcda76fa6e5ccd3266b4dda2f20943b011cb8b
symbol() view returns (string)
GODA
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
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)
onAllowList(address claimer, 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
devMint(uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mint(uint256 numberOfTokens) payable
mintAllowList(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool allowListActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setProvenance(string provenance_)
setSaleActive(bool state)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
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)
Claimed(address indexed account, uint256 amount)
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.
This contract contains no error objects.