ArbiDex Token
Verified contract
Active on
Base with 3,554 txns
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 "ArbiDex Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22750694 | 6 hours ago | | | 0 | 0.0000051512101 | |
| 22750475 | 7 hours ago | | | 0 | 0.0000029514916 | |
| 22745847 | 9 hours ago | | | 0 | 1.6778730e-7 | |
| 22735904 | 15 hours ago | | | 0 | 1.8683986e-7 | |
| 22734661 | 15 hours ago | | | 0 | 0.0000050583041 | |
| 22676497 | 2 days ago | | | 0 | 5.3299853e-7 | |
| 22673489 | 2 days ago | | | 0 | 0.0000015145325 | |
| 22599063 | 4 days ago | | | 0 | 5.3631301e-7 | |
| 22594062 | 4 days ago | | | 0 | 5.3631306e-7 | |
| 22581422 | 4 days ago | | | 0 | 5.4237119e-7 |
ABI
ABI objects
Getter at block 22762382
DOMAIN_SEPARATOR() view returns (bytes32)
0xd053d02edd4e452518d503b7a833c8cd521d110ecf58b0d1da683d35f1179212
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
ArbiDex Token
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
ARX
totalSupply() view returns (uint256)
765458785424162620585096
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, 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(string name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()