Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARB | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19583988 | 7 months ago | | | 0 | 0.0021313674 | |
| 19417528 | 8 months ago | | | 0 | 0.0029256998 | |
| 19416423 | 8 months ago | | | 0 | 0.0016364314 | |
| 19416391 | 8 months ago | | | 0 | 0.0027138827 | |
| 18945615 | 10 months ago | | | 0 | 0.00048933452 | |
| 18945584 | 10 months ago | | | 0 | 0.00073679891 | |
| 18048855 | a year ago | | | 0 | 0.00054179108 | |
| 18048811 | a year ago | | | 0 | 0.00048503265 | |
| 17589469 | a year ago | | | 0 | 0.0017386480 | |
| 17584280 | a year ago | | | 0 | 0.00080689321 |
ABI
ABI objects
Getter at block 21209533
TRANSFERABLE() view returns (bytes32)
0x02fd35da89a47c1941c9e0d8c39f2d2ed204796f77791a5068e45721ac9b9a72
decimals() view returns (uint8)
18
name() view returns (string)
ARB
owner() view returns (address)
0xa4ca7c78407247a603216345752e9f4041423cde
paused() view returns (bool)
false
symbol() view returns (string)
ARB
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleMembers(bytes32 role) view returns (address[])
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events airdrop(address[] recipients, uint256[] values)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
trasnfer(address account, uint256 amount)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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 value)
Unpaused(address account)
constructor(string name, string symbol, uint256 supply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.