AurusX
Verified contract
Proxy
Active on
Ethereum with 1,948 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AurusX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244976 | 15 hours ago | | | 0 | 0.00099456947 | |
| 21223798 | 4 days ago | | | 0 | 0.0010429154 | |
| 21214762 | 5 days ago | | | 0 | 0.00045011626 | |
| 21214682 | 5 days ago | | | 0 | 0.00088281915 | |
| 21207444 | 6 days ago | | | 0 | 0.00034812316 | |
| 21202612 | 7 days ago | | | 0 | 0.00070903012 | |
| 21201976 | 7 days ago | | | 0 | 0.00097374169 | |
| 21194515 | 8 days ago | | | 0 | 0.0016637589 | |
| 21192393 | 8 days ago | | | 0 | 0.00072492937 | |
| 21192096 | 8 days ago | | | 0 | 0.0012218732 |
ABI
ABI objects
Getter at block 21249335
decimals() view returns (uint8)
18
name() view returns (string)
AurusX
owner() view returns (address)
0x795b8dc0c4722061abbff6b780a7d76feb2219ba
paused() view returns (bool)
false
symbol() view returns (string)
AX
totalSupply() view returns (uint256)
30000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceTransfer(address sender_, address recipient_, uint256 amount_, bytes32 details_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name_, string symbol_, uint256 totalSupply_)
pauseTransfers()
renounceOwnership()
resumeTransfers()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
ForceTransfer(address indexed from, address indexed to, uint256 value, bytes32 details)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.