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 "Arbius"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156448 | 3 hours ago | | | 0 | 0.00034008591 | |
| 21146018 | 2 days ago | | | 0 | 0.0011114167 | |
| 21138230 | 3 days ago | | | 0 | 0.0010710078 | |
| 21129963 | 4 days ago | | | 0 | 0.00072344736 | |
| 21123828 | 5 days ago | | | 0 | 0.00052116685 | |
| 21123626 | 5 days ago | | | 0 | 0.00029709012 | |
| 21122416 | 5 days ago | | | 0 | 0.00059366404 | |
| 21121931 | 5 days ago | | | 0 | 0.00038460497 | |
| 21121857 | 5 days ago | | | 0 | 0.00027389615 | |
| 21117016 | 6 days ago | | | 0 | 0.00039616967 |
ABI
ABI objects
Getter at block 21157374 isArbitrumEnabled() view returns (uint8)
decimals() view returns (uint8)
18
name() view returns (string)
Arbius
owner() view returns (address)
0x114beeb4015735d3ed5e100e8fbe067aaf6af663
symbol() view returns (string)
AIUS
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
registerTokenOnL2(address l2CustomTokenAddress, uint256 maxSubmissionCostForCustomGateway, uint256 maxSubmissionCostForRouter, uint256 maxGasForCustomGateway, uint256 maxGasForRouter, uint256 gasPriceBid, uint256 valueForGateway, uint256 valueForRouter, address creditBackAddress) payable
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _customGatewayAddress, address _routerAddress, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.