Agoria {Comp-nd} x [ L ] Market
Verified contract
Active on
Ethereum with 5,000 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 "Agoria {Comp-nd} x [ L ] Market"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285111 | a day ago | | | 0 | 0.00040573018 | |
| 21284720 | a day ago | | | 0 | 0.00019760335 | |
| 21284510 | a day ago | | | 0 | 0.00042471930 | |
| 21273116 | 3 days ago | | | 0 | 0.00064833516 | |
| 21273114 | 3 days ago | | | 0 | 0.00069870285 | |
| 21273112 | 3 days ago | | | 0 | 0.00074273450 | |
| 21273111 | 3 days ago | | | 0 | 0.00069804250 | |
| 21273107 | 3 days ago | | | 0 | 0.00093202500 | |
| 21273106 | 3 days ago | | | 0 | 0.00089939752 | |
| 21273103 | 3 days ago | | | 0 | 0.00065898091 |
ABI
ABI objects
Getter at block 21292237
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
contractURI() view returns (string)
https://l-ai.agoria.dev/metadata/contract-metadata
maxSupply() view returns (uint256)
10082
name() view returns (string)
Agoria {Comp-nd} x [ L ] Market
owner() view returns (address)
0xadf49b9f133fb137e82b24f06d23e49c51f586c7
symbol() view returns (string)
COMPND
totalSupply() view returns (uint256)
10082
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropTokens(address[] addresses, uint256[] tokens)
approve(address spender, uint256 id)
burn(uint256 id)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string baseContractURI_)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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 id)
constructor(uint256 _maxSupply, string _baseTokenURI, string _baseContractURI, string _name, string _symbol)
This contract contains no fallback and receive objects.
ContractLocked()
IdBeyondSupplyLimit()
InvalidBaseContractURL()
InvalidBaseURI()
NotAuthorized()
TokenDoesNotExist()
WrongInputSize()