SEER-ERC20-Token
Verified contract
Active on
Ethereum with 20,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.004011 |
$0.01 | |
SEER | ERC-20 | 33M | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17649325 | a year ago | | | 0 | 0.00077458203 | |
| 16728706 | 2 years ago | | | 0 | 0.0022272818 | |
| 16667020 | 2 years ago | | | 0 | 0.0019721871 | |
| 16406022 | 2 years ago | | | 0 | 0.0026637576 | |
| 15880581 | 2 years ago | | | 0 | 0.0015193640 | |
| 15800086 | 2 years ago | | | 0 | 0.00084087100 | |
| 15765532 | 2 years ago | | | 0 | 0.00064583725 | |
| 15596185 | 2 years ago | | | 0 | 0.00074212500 | |
| 15565516 | 2 years ago | | | 0 | 0.00017802503 | |
| 15565440 | 2 years ago | | | 0 | 0.00020380159 |
ABI
ABI objects
Getter at block 21160221
decimals() view returns (uint256)
18
name() view returns (string)
SEER-ERC20-Token
owner() view returns (address)
0x97d82e90a64278738da87a92abf2baa0bc1ebd60
stopped() view returns (bool)
false
symbol() view returns (string)
SEER
totalSupply() view returns (uint256)
8000000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
mint(address dst, uint128 wad)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.