Open Exchange Token
Verified contract
Active on
Ethereum with 40,851 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,965.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OX | ERC-20 | 525.19205K | $0.003034 |
$1,593.45 | |
OX | ERC-20 | 29.876512K | $0.010914 |
$326.08 | |
BUSD | ERC-20 | 45.947272 | $0.995501 |
$45.74 | |
UNDEAD | ERC-20 | 277.665664K | -- | -- | |
ROBOPEPE | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140622 | 2 days ago | | | 0 | 0.00022029036 | |
| 21139703 | 2 days ago | | | 0 | 0.00035361063 | |
| 21125838 | 4 days ago | | | 0 | 0.0013842226 | |
| 21124677 | 5 days ago | | | 0 | 0.00023160517 | |
| 21120325 | 5 days ago | | | 0 | 0.00041548339 | |
| 21119972 | 5 days ago | | | 0 | 0.00025635168 | |
| 21116887 | 6 days ago | | | 0 | 0.00034089751 | |
| 21116698 | 6 days ago | | | 0 | 0.00037598689 | |
| 21108215 | 7 days ago | | | 0 | 0.00043110463 | |
| 21106934 | 7 days ago | | | 0 | 0.00013580560 |
ABI
ABI objects
Getter at block 21157601
DOMAIN_SEPARATOR() view returns (bytes32)
0x0d054b9e5e062486f6d36e20d1a5b0e14a79ccac78031a7901a1df355a1e0d60
INITIAL_MINT_TO_TREASURY() view returns (uint256)
500000000000000000000000000
MAX_MINTABLE_SUPPLY() view returns (uint256)
9860000000000000000000000000
decimals() view returns (uint8)
18
denylister() view returns (address)
0x0000000000000000000000000000000000000000
mintingStopped() view returns (bool)
true
name() view returns (string)
Open Exchange Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
OX
totalMintedSupply() view returns (uint256)
9860000000000000000000000000
totalSupply() view returns (uint256)
5616009575440980258989451491
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
denylist(address) view returns (bool)
minters(address) view returns (bool)
nonces(address) view returns (uint256)
superallowlist(address) view returns (bool)
State-modifying
Events addToDenylist(address addr)
addToSuperallowlist(address addr)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeFromDenylist(address addr)
renounceOwnership()
setDenylister(address addr)
setMinter(address minter, bool isMinter)
stopMinting()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
DenylistAdded(address indexed addr)
DenylistRemoved(address indexed addr)
DenylisterSet(address indexed addr)
MinterSet(address indexed minter, bool isMinter)
MintingStopped()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SuperallowlistAdded(address indexed addr)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.