Request Token
Verified contract
Active on
Ethereum with 377,274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,731.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAT | ERC-20 | 8.984K | $0.279165 |
$2,508.02 | |
MANA | ERC-20 | 1.968K | $0.615635 |
$1,211.57 | |
PRE | ERC-20 | 1K | $0.01184 |
$11.84 | |
OMG | ERC-20 | 0.9 | $0.402726 |
$0.36 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
HINT | ERC-20 | 2.432K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268981 | an hour ago | | | 0 | 0.00022842013 | |
| 21268787 | an hour ago | | | 0 | 0.00023744177 | |
| 21268780 | an hour ago | | | 0 | 0.00048110220 | |
| 21268651 | 2 hours ago | | | 0 | 0.00036259364 | |
| 21268640 | 2 hours ago | | | 0 | 0.00042295990 | |
| 21268582 | 2 hours ago | | | 0 | 0.00020997416 | |
| 21268223 | 3 hours ago | | | 0 | 0.00032552934 | |
| 21267801 | 5 hours ago | | | 0 | 0.00034483607 | |
| 21267762 | 5 hours ago | | | 0 | 0.00051223236 | |
| 21267490 | 6 hours ago | | | 0 | 0.00023721510 |
ABI
ABI objects
Getter at block 21269219
decimals() pure returns (uint8)
18
earlyInvestorWallet() pure returns (address)
0xa579e31b930796e3df50a56829cf82db98b6f4b3
name() pure returns (string)
Request Token
owner() pure returns (address)
0xdd76b55ee6dafe0c7c978bff69206d476a5b9ce7
symbol() pure returns (string)
REQ
tokenSaleContract() pure returns (address)
0x97208bf5dc25e6fd4719cfc2a3c1d1a59a974c3b
totalSupply() pure returns (uint256)
999524614287855217621878319
transferableStartTime() pure returns (uint256)
1508482800
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
emergencyERC20Drain(address token, uint256 amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
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)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokenTotalAmount, uint256 _transferableStartTime, address _admin, address _earlyInvestorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.