DoradoToken
Verified contract
Active on
Ethereum with 13,848 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($54,300,000,000,359.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xbdeb…efe3 | ERC-20 | 1,000,000T | $0.000054 |
$54,300,000,000,000 | |
USDT | ERC-20 | 358.8 | $1.002 |
$359.52 | |
| ERC-20 | 21M | -- | -- | |
DOR | ERC-20 | 69.809233K | -- | -- | |
QWS | ERC-20 | 10.000738K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
VIO | ERC-20 | 4.746K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
WTL | ERC-20 | 100 | -- | -- | |
BEC | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20395670 | 4 months ago | | | 0 | 0.000053363000 | |
| 19895900 | 6 months ago | | | 0 | 0.00014996174 | |
| 19411562 | 8 months ago | | | 0 | 0.0037983165 | |
| 19369589 | 9 months ago | | | 0 | 0.0027165638 | |
| 18972966 | 10 months ago | | | 0 | 0.00080256433 | |
| 16887149 | 2 years ago | | | 0 | 0.00069583877 | |
| 16749576 | 2 years ago | | | 0 | 0.0016714491 | |
| 16749542 | 2 years ago | | | 0 | 0.0017601401 | |
| 16748308 | 2 years ago | | | 0 | 0.0012210652 | |
| 16662072 | 2 years ago | | | 0 | 0.00091233059 |
ABI
ABI objects
Getter at block 21255718 price() view returns (uint256 tokens)
BASE_RATE() view returns (uint256)
6667
TOKENS_SALE_HARD_CAP() view returns (uint256)
510000000000000000000000
decimals() view returns (uint8)
15
name() view returns (string)
DoradoToken
owner() view returns (address)
0x0093edcbafec827044456ee32fb61bf2762b3f17
symbol() view returns (string)
DOR
timelockContractAddress() view returns (address)
0xfa70f16a7d310391274957cca6f334d25b0460d5
tokenSaleClosed() view returns (bool)
true
totalSupply() view returns (uint256)
695583782386499626928218
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issueTokens(address _beneficiary, uint256 _tokens)
issueTokensMulti(address[] _addresses, uint256[] _tokens)
purchaseTokens(address _beneficiary) payable
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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()
fallback()
This contract contains no error objects.