OrbicularV2
Verified contract
Active on
Ethereum with 240 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 "OrbicularV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19315409 | 9 months ago | | | 0 | 0.0017191623 | |
| 17786628 | a year ago | | | 0 | 0.00097840762 | |
| 17786627 | a year ago | | | 0 | 0.00098921012 | |
| 17786615 | a year ago | | | 0 | 0.00083902249 | |
| 15899573 | 2 years ago | | | 0 | 0.00036281569 | |
| 13894431 | 3 years ago | | | 0 | 0.0062661767 | |
| 13875574 | 3 years ago | | | 0 | 0.0028562688 | |
| 13678626 | 3 years ago | | | 0 | 0.0065440290 | |
| 13410515 | 3 years ago | | | 0 | 0.0023215762 | |
| 13410514 | 3 years ago | | | 0 | 0.0032800617 |
ABI
ABI objects
Getter at block 21205034
_owner() view returns (address)
0x0ac8f269ed3f8ad1bd6d52866d0bf98838b7257f
decimals() view returns (uint8)
9
name() view returns (string)
OrbicularV2
symbol() view returns (string)
ORBIv2
totalSupply() view returns (uint256)
10000000000000000108009688679024190
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeOwner(address addr) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(int256 supplyDelta) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
RebaseEvent(int256 supplyDelta)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.