Obius Token
Verified contract
Active on
Ethereum with 231 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 "Obius Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271189 | 7 days ago | | | 0 | 0.00043632255 | |
| 21265071 | 8 days ago | | | 0 | 0.00071109136 | |
| 21264953 | 8 days ago | | | 0 | 0.00086514298 | |
| 21264910 | 8 days ago | | | 0 | 0.00054368955 | |
| 21006767 | a month ago | | | 0 | 0.00052111642 | |
| 20816224 | 2 months ago | | | 0 | 0.00069139278 | |
| 20816100 | 2 months ago | | | 0 | 0.00076049256 | |
| 20816059 | 2 months ago | | | 0 | 0.00059428236 | |
| 20805237 | 2 months ago | | | 0 | 0.0012161356 | |
| 20772186 | 3 months ago | | | 0 | 0.00067807008 |
ABI
ABI objects
Getter at block 21324149
decimals() view returns (uint8)
16
name() view returns (string)
Obius Token
owner() view returns (address)
0xb64d10a9ae5353dd9ffe93d1988ef675902fd443
symbol() view returns (string)
OBS
totalSupply() view returns (uint256)
2500000000000000000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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)
This contract contains no fallback and receive objects.
This contract contains no error objects.