Tokens of Babel, Price is God
Verified contract
Active on
Ethereum with 4,930 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 "Tokens of Babel, Price is God"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20988743 | 24 days ago | | | 0 | 0.00046148482 | |
| 20591835 | 3 months ago | | | 0 | 0.00020277746 | |
| 20555322 | 3 months ago | | | 0 | 0.000054341753 | |
| 20439399 | 3 months ago | | | 0 | 0.00010609742 | |
| 20415251 | 3 months ago | | | 0 | 0.000056913546 | |
| 20410062 | 3 months ago | | | 0 | 0.000065901828 | |
| 20389696 | 4 months ago | | | 0 | 0.00018369794 | |
| 20351254 | 4 months ago | | | 0 | 0.000063819229 | |
| 19882209 | 6 months ago | | | 0 | 0.00012158003 | |
| 19642213 | 7 months ago | | | 0 | 0.00067661955 |
ABI
ABI objects
Getter at block 21162244
_owner() view returns (address)
0x68d95dfcd2916cf76a72d1dee5b7bcecf14adb44
decimals() view returns (uint256)
18
name() view returns (string)
Tokens of Babel, Price is God
owner() view returns (address)
0x68d95dfcd2916cf76a72d1dee5b7bcecf14adb44
symbol() view returns (string)
TOB
totalSupply() view returns (uint256)
2355250859848164199616713
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, uint256 supplyDelta) returns (uint256)
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)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
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.
This contract contains no error objects.