Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x240d…7cad
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRE | ERC-20 | 999.81K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
PRE1 | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4839289 | 7 years ago | | | 0 | 0.00049690400 | |
| 4839188 | 7 years ago | | | 0 | 0.0027633900 | |
| 4839103 | 7 years ago | | | 0 | 0.00031017184 | |
| 4839094 | 7 years ago | | | 0 | 0.0011408700 | |
| 4836387 | 7 years ago | | | 0 | 0.00072810000 |
ABI
ABI objects
Getter at block 21291911
canExchange() view returns (bool)
true
canExchangeNum() view returns (uint256)
105243157
decimals() view returns (uint256)
5
exchangedNum() view returns (uint256)
20000
mintingFinished() view returns (bool)
false
name() view returns (string)
PRE1
owner() view returns (address)
0xcb58a0bddb9c972d1020d3f9e94c3401960a12d8
paused() view returns (bool)
true
rate() view returns (uint256)
95000000
symbol() view returns (string)
PRE1
targetToken() view returns (address)
0x240dfc8877158aa92ca12413a50207af17017cad
totalSupply() view returns (uint256)
13684000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfTarget(address _owner) view returns (uint256 targetBalance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
updateTargetToken(address _target, uint256 _rate)
Approval(address indexed owner, address indexed spender, uint256 value)
Exchanged(address _owner, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.