DeRace Token
Verified contract
Active on
Ethereum with 57,302 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($284.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRT | ERC-20 | 958.817311 | $0.236796 |
$227.04 | |
USDT | ERC-20 | 45.5 | $1.001 |
$45.55 | |
UFO | ERC-20 | 15.286953M | $0.000001 |
$11.98 | |
DERC | ERC-20 | 18.919442K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248048 | 26 minutes ago | | | 0 | 0.00064859415 | |
| 21247888 | an hour ago | | | 0 | 0.00048047984 | |
| 21247060 | 4 hours ago | | | 0 | 0.00069629314 | |
| 21246881 | 4 hours ago | | | 0 | 0.00066112394 | |
| 21245749 | 8 hours ago | | | 0 | 0.00057785058 | |
| 21245250 | 10 hours ago | | | 0 | 0.00065320823 | |
| 21245023 | 11 hours ago | | | 0 | 0.00070671264 | |
| 21242024 | 21 hours ago | | | 0 | 0.00054824806 | |
| 21241625 | a day ago | | | 0 | 0.00036163398 | |
| 21241471 | a day ago | | | 0 | 0.00045982853 |
ABI
ABI objects
Getter at block 21248173
decimals() view returns (uint8)
18
name() view returns (string)
DeRace Token
owner() view returns (address)
0x1349c51f9e4b3b669f6d9d02d8df1ed614535f2f
paused() view returns (bool)
false
symbol() view returns (string)
DERC
totalSupply() view returns (uint256)
120000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.