Asymmetry Finance Token
Verified contract
Active on
Ethereum with 300 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($620.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORDER | ERC-20 | 4.123257K | $0.150511 |
$620.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21205986 | 2 hours ago | | | 0 | 0.00045788554 | |
| 21205827 | 2 hours ago | | | 0 | 0.00046279823 | |
| 21205361 | 4 hours ago | | | 0 | 0.00041613078 | |
| 21204928 | 5 hours ago | | | 0 | 0.00045003150 | |
| 21204778 | 6 hours ago | | | 0 | 0.00054038642 | |
| 21203999 | 9 hours ago | | | 0 | 0.00052601116 | |
| 21203989 | 9 hours ago | | | 0 | 0.00055031773 | |
| 21203813 | 9 hours ago | | | 0 | 0.00030134474 | |
| 21203740 | 9 hours ago | | | 0 | 0.00046066288 | |
| 21203701 | 10 hours ago | | | 0 | 0.00045692581 |
ABI
ABI objects
Getter at block 21206549
decimals() view returns (uint8)
18
name() view returns (string)
Asymmetry Finance Token
owner() view returns (address)
0x263b03bba0bbbc320928b6026f5eaafad9f1ddeb
symbol() view returns (string)
ASF
totalSupply() view returns (uint256)
51000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
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 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)