AGORA
Verified contract
Proxy
Active on
Ethereum with 979 txns
Unified storage
Map
Table
Raw
Constants and immutables
21
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "AGORA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188750 | 2 days ago | | | 0 | 0.0016496831 | |
| 21163301 | 6 days ago | | | 0 | 0.00059078110 | |
| 21160596 | 6 days ago | | | 0 | 0.00070786275 | |
| 21148888 | 8 days ago | | | 0 | 0.00054669699 | |
| 21046886 | 22 days ago | | | 0 | 0.00028257132 | |
| 21034420 | 24 days ago | | | 0 | 0.00043952725 | |
| 21032182 | 24 days ago | | | 0 | 0.00026921191 | |
| 21032165 | 24 days ago | | | 0 | 0.00028731362 | |
| 21025427 | 25 days ago | | | 0 | 0.00029153393 | |
| 21019753 | a month ago | | | 0 | 0.00040833100 |
ABI
ABI objects
Getter at block 21206136
AIRDROP_ROLE() view returns (bytes32)
0x3a2f235c9daaf33349d300aadff2f15078a89df81bcfdd45ba11c8f816bddc6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FREE_SIGNER_ROLE() view returns (bytes32)
0xc0d53b6b38dafcad2617ec1d5660bc901206f6e857c2d4538ad90ae7220802f5
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
getDiscounts() view returns (uint256[])
[100, 95, 90, 80]
getMaxMintsPerWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
getMaxSupplies() view returns (uint256, uint256)
(824, 676)
getPrices() view returns (uint256, uint256)
(165000000000000000, 240000000000000000)
getSaleTime() view returns (uint256)
1676476170
getTiersSupplies() view returns (uint256, uint256)
(824, 676)
isUriFrozenForEver() view returns (bool)
false
name() view returns (string)
AGORA
owner() view returns (address)
0x1e0a7bf4bf2099cce7d7732d177bdfa4323c174e
symbol() view returns (string)
AGORA
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address _account) view returns (uint256)
getNumberOfMintPerWallet(address _account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenMedusa(uint256 _tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
recover(bytes data, bytes signature) pure returns (address)
recover(bytes32 hash, bytes signature) pure returns (address)
State-modifying
Events airdrop(uint256 _quantityMinotaur, uint256 _quantityMedusa, address _to)
approve(address to, uint256 tokenId) payable
batchAirdrop(uint256[] _quantityMinotaur, uint256[] _quantityMedusa, address[] _to)
burn(uint256 _tokenId)
freeClaim(uint256 _quantityMinotaur, uint256 _quantityMedusa, bytes _signature)
freezeMetadata()
grantRole(bytes32 role, address account)
reduceMaxSupply(uint256 _newMaxMinotaursSupply, uint256 _newMaxMedusasSupply)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDiscounts(uint256[] _newDiscounts)
setMaxMintsPerWallet(uint256 _newMaxMint)
setSalePrices(uint256 _newMinotaurPrice, uint256 _newMedusaPrice)
setSaleTime(uint256 _newSaleTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _quantityMinotaur, uint256 _quantityMedusa, uint256 _discountIndex, bytes _signature) payable
withdraw(address account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
IsMedusaQueryForNonexistentToken()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()