Audius
Verified contract
Proxy
Active on
Ethereum with 270,840 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 46 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
4 additional
variables
Balances ($19,095.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AUDIO | ERC-20 | 136.130711K | $0.134968 |
$18,373.29 | |
ORAI | ERC-20 | 78.253238 | $6.35 |
$496.91 | |
INJ | ERC-20 | 8.736397 | $25.78 |
$225.22 | |
INUINU | ERC-20 | 199.079981M | $0.00 |
$0.2 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156722 | 4 minutes ago | | | 0 | 0.00044214600 | |
| 21156706 | 7 minutes ago | | | 0 | 0.00056527513 | |
| 21156647 | 19 minutes ago | | | 0 | 0.00075456017 | |
| 21156620 | 24 minutes ago | | | 0 | 0.00049240531 | |
| 21156554 | 37 minutes ago | | | 0 | 0.00051370758 | |
| 21156524 | 43 minutes ago | | | 0 | 0.00071679700 | |
| 21156504 | an hour ago | | | 0 | 0.00048004818 | |
| 21156417 | an hour ago | | | 0 | 0.00047165171 | |
| 21156412 | an hour ago | | | 0 | 0.00046338363 | |
| 21156412 | an hour ago | | | 0 | 0.00046338363 |
ABI
ABI objects
Getter at block 21156739
getAudiusProxyAdminAddress() view returns (address)
0x4deca517d6817b6510798b7328f2314d3003abac
implementation() view returns (address)
0x930c746a6e92ca8122682df48cd5020bc1771b32
DOMAIN_SEPARATOR() view returns (bytes32)
0x65433ea59c7f020ffb492d8f80a4c088ecf0a0542db4a4551e3f98cf0c5819fd
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Audius
paused() view returns (bool)
false
symbol() view returns (string)
AUDIO
totalSupply() view returns (uint256)
1273341086821929520242391477
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events setAudiusProxyAdminAddress(address _adminAddress)
upgradeTo(address _newImplementation)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
initialize(address _owner, address governance)
initialize(address sender)
initialize(string name, string symbol, uint8 decimals)
mint(address account, uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _proxyAdmin, bytes _data)
fallback()
This contract contains no error objects.