yAxis V2
Verified contract
Active on
Ethereum with 28,992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "yAxis V2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201413 | 8 hours ago | | | 0 | 0.00079611197 | |
| 21081640 | 17 days ago | | | 0 | 0.00026284043 | |
| 21062488 | 20 days ago | | | 0 | 0.00016043940 | |
| 21053900 | 21 days ago | | | 0 | 0.00013893598 | |
| 21030863 | 24 days ago | | | 0 | 0.00052477553 | |
| 21011799 | a month ago | | | 0 | 0.00032965196 | |
| 20977461 | a month ago | | | 0 | 0.00051390648 | |
| 20688485 | 2 months ago | | | 0 | 0.000024333536 | |
| 20646082 | 3 months ago | | | 0 | 0.000029170800 | |
| 20610485 | 3 months ago | | | 0 | 0.000070307582 |
ABI
ABI objects
Getter at block 21203709
decimals() view returns (uint8)
18
name() view returns (string)
yAxis V2
symbol() view returns (string)
YAXIS
totalSupply() view returns (uint256)
11000000000000000000000000
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)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.