buy 5$ of this coin
Verified contract
Active on
Ethereum with 155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b4a…f725
Balances ($0.00)
No balances found for "buy 5$ of this coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287919 | 4 days ago | | | 0 | 0.00074872144 | |
| 21287839 | 4 days ago | | | 0 | 0.00067832297 | |
| 21284691 | 4 days ago | | | 0 | 0.00041189843 | |
| 21283312 | 4 days ago | | | 0 | 0.00049698476 | |
| 21281867 | 5 days ago | | | 0 | 0.0015271958 | |
| 21281866 | 5 days ago | | | 0 | 0.0010617311 | |
| 21280837 | 5 days ago | | | 0 | 0.00095063602 | |
| 21280628 | 5 days ago | | | 0 | 0.0010534211 | |
| 21280597 | 5 days ago | | | 0 | 0.0012532880 | |
| 21280592 | 5 days ago | | | 0 | 0.0011431254 |
ABI
ABI objects
Getter at block 21314795
decimals() pure returns (uint8)
18
name() pure returns (string)
buy 5$ of this coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
5$
totalSupply() pure returns (uint256)
10000000000000000000000000
tradingOpen() view returns (bool)
true
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)
openTrading() payable returns (address)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOfPossession(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()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)