AGORA

Verified contract

Proxy

Active on Ethereum with 979 txns
Deployed by via 0x6e625395 at 16629609
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "AGORA"

0xb8eb6dcbb45e25fd1a776ec2fa3ac15d637275f97f66fa2f18ac78bb930e6174
0x36e7c07c0203502cfe34afb58f8ca13ec1f0816ba810cd96857e1130b7ba8ff5
0x9e9a612550a3557f4d7e81ae34fb5c109941b86ec532b7dd60f9dfa13f0b743a
0xbb67516548701b80b1549e8237f6bc86ba8fce15250bf201863a33d3e6346e24
0xcf073c4193b295e215b3c1ac18258511f3bb329db8687db622e98e1bc16efb05
0x7043d26425c118c5e7bad4aeb783d7744eed08921b8b7e24c9ba6c7370bf36a2
0xbc14d8ece8875416b783c8c948de854a041e926762f267cb345b25077ed34f66
0x1e28cf1bb43399c6f8399e0b072e0cdef72aff23549ebd0bc3b61049f2979e1d
0xc261b2a1b76b554880946db520a124e9c0361026d97da7138a2d10fa330075c5
0x990366b6b35b344fe6af5411b7d7a9136e349da9bec8730f271b7ea14059e9c0

Functions
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 (uint256uint256)
(824, 676)
getPrices(view returns (uint256uint256)
(165000000000000000, 240000000000000000)
getSaleTime(view returns (uint256)
1676476170
getTiersSupplies(view returns (uint256uint256)
(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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNonce(address _accountview returns (uint256)
getNumberOfMintPerWallet(address _accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTokenMedusa(uint256 _tokenIdview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
recover(bytes databytes signaturepure returns (address)
recover(bytes32 hashbytes signaturepure returns (address)
State-modifying
airdrop(uint256 _quantityMinotauruint256 _quantityMedusaaddress _to
approve(address touint256 tokenIdpayable 
batchAirdrop(uint256[] _quantityMinotauruint256[] _quantityMedusaaddress[] _to
burn(uint256 _tokenId
freeClaim(uint256 _quantityMinotauruint256 _quantityMedusabytes _signature
freezeMetadata(
grantRole(bytes32 roleaddress account
reduceMaxSupply(uint256 _newMaxMinotaursSupplyuint256 _newMaxMedusasSupply
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDiscounts(uint256[] _newDiscounts
setMaxMintsPerWallet(uint256 _newMaxMint
setSalePrices(uint256 _newMinotaurPriceuint256 _newMedusaPrice
setSaleTime(uint256 _newSaleTime
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _quantityMinotauruint256 _quantityMedusauint256 _discountIndexbytes _signaturepayable 
withdraw(address account
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
IsMedusaQueryForNonexistentToken(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(