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 "Speed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17560319 | a year ago | | | 0 | 0.00071694357 | |
| 17560222 | a year ago | | | 0 | 0.00058574924 | |
| 17560191 | a year ago | | | 0 | 0.00059472637 | |
| 17559365 | a year ago | | | 0 | 0.00056595182 | |
| 17558786 | a year ago | | | 0 | 0.00074424180 | |
| 17557642 | a year ago | | | 0 | 0.00079801774 | |
| 17557595 | a year ago | | | 0 | 0.00064241835 | |
| 17557088 | a year ago | | | 0 | 0.00077955233 | |
| 17557047 | a year ago | | | 0 | 0.012454241 | |
| 17556968 | a year ago | | | 0 | 0.00065987370 |
ABI
ABI objects
Getter at block 21415771
decimals() view returns (uint8)
18
name() view returns (string)
Speed
owner() view returns (address)
0x92ecf8e7615c7b5db0fa005b4e1be6a294294ff6
symbol() view returns (string)
SPEED
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
_allowances(address, address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isSPEED(address _speed_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantSPEED(address[] _speed_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proceedSPEED(address[] _speed_)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.