Sabai Ecoverse Token
Verified contract
Active on
Ethereum with 3,585 txns
Balances ($163.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SABAI | ERC-20 | 7.61K | $0.021441 |
$163.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166782 | 9 hours ago | | | 0 | 0.0023670065 | |
| 21164235 | 17 hours ago | | | 0 | 0.00071999727 | |
| 21162383 | a day ago | | | 0 | 0.00057599617 | |
| 21142103 | 4 days ago | | | 0 | 0.00051945300 | |
| 21138964 | 4 days ago | | | 0 | 0.00069476067 | |
| 21136664 | 5 days ago | | | 0 | 0.00081985997 | |
| 21133895 | 5 days ago | | | 0 | 0.00027592345 | |
| 21131458 | 5 days ago | | | 0 | 0.00090073393 | |
| 21129085 | 6 days ago | | | 0 | 0.00061691115 | |
| 21120477 | 7 days ago | | | 0 | 0.00046777008 |
ABI
ABI objects
Getter at block 21169337
decimals() view returns (uint8)
18
name() view returns (string)
Sabai Ecoverse Token
owner() view returns (address)
0x8361eb8dc2a766b9f593db15c841a7920e608338
symbol() view returns (string)
SABAI
totalSupply() view returns (uint256)
2650000000000000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableAntisnipe()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAntisnipe(address value)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.