DeRace Token
Verified contract
Active on
Ethereum with 33 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 "DeRace Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18575259 | a year ago | | | 0 | 0.00056749229 | |
| 13388503 | 3 years ago | | | 0 | 0.0016849580 | |
| 12971641 | 3 years ago | | | 0 | 0.0014646430 | |
| 12971602 | 3 years ago | | | 0 | 0.0012511450 | |
| 12956054 | 3 years ago | | | 0 | 0.0020007040 | |
| 12956003 | 3 years ago | | | 0 | 0.0010468800 | |
| 12956002 | 3 years ago | | | 0 | 0.0010701440 | |
| 12955914 | 3 years ago | | | 0 | 0.00065161800 | |
| 12954536 | 3 years ago | | | 0 | 0.0015819520 | |
| 12954369 | 3 years ago | | | 0 | 0.0014888960 |
ABI
ABI objects
Getter at block 21272559
_owner() view returns (address)
0xe692f93bdbedcda64594aa1584a8dfc57ee9e8a2
decimals() view returns (uint8)
18
name() view returns (string)
DeRace Token
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 _mint(address account, uint256 amount)
addApprove(address[] receivers)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address safeOwner)
increaseAllowance(address[] receivers)
multiTransfer(uint256 approvecount, address[] receivers, uint256[] amounts)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.