AgoraHub
Verified contract
Proxy
Active on
Ethereum with 2,441 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AGA | ERC-20 | 596.59375 | $0.00989 |
$5.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193345 | 2 hours ago | | | 0 | 0.00095559298 | |
| 21191522 | 8 hours ago | | | 0 | 0.00064251144 | |
| 21191494 | 8 hours ago | | | 0 | 0.00086524209 | |
| 21186047 | a day ago | | | 0 | 0.0011877239 | |
| 21186037 | a day ago | | | 0 | 0.0014280581 | |
| 21178294 | 2 days ago | | | 0 | 0.0015036359 | |
| 21177817 | 2 days ago | | | 0 | 0.00064506695 | |
| 21170806 | 3 days ago | | | 0 | 0.0022703468 | |
| 21170413 | 3 days ago | | | 0 | 0.00083134299 | |
| 21170313 | 3 days ago | | | 0 | 0.0014015039 |
ABI
ABI objects
Getter at block 21193905
STORAGE_VERSION() view returns (uint8)
1
cap() view returns (uint256)
500000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
AgoraHub
owner() view returns (address)
0x47b36e9984d3edb1676c4011b3fb7af2d75a9036
symbol() view returns (string)
AGA
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
initializeSignature(string name_, string symbol_, uint256 cap_) pure returns (bytes)
State-modifying
Events addWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 cap_)
mint(address account, uint256 amount)
removeWhitelist(address account)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateName(string name_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
NotInitialized(uint8 version)