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 "OPENPAY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583251 | 2 years ago | | | 0 | 0.00094680000 | |
| 15189828 | 2 years ago | | | 0 | 0.00032216757 | |
| 13463670 | 3 years ago | | | 0 | 0.0025193193 | |
| 13326270 | 3 years ago | | | 0 | 0.0033815777 | |
| 13102591 | 3 years ago | | | 0 | 0.0054248331 | |
| 13102394 | 3 years ago | | | 0 | 0.0059580722 | |
| 13009414 | 3 years ago | | | 0 | 0.0018588000 | |
| 13009387 | 3 years ago | | | 0.005 | 0.0027505195 | |
| 12943418 | 3 years ago | | | 0 | 0.00056078400 | |
| 11724300 | 4 years ago | | | 0 | 0.0036555860 |
ABI
ABI objects
Getter at block 21193892
DENOMINATOR() view returns (uint256)
10000
RATE() view returns (uint256)
190000000
_totalSupply() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isStopped() view returns (bool)
false
name() view returns (string)
OPENPAY
owner() view returns (address)
0x48858b0029db8d1c410d0c1e375179a2de375418
symbol() view returns (string)
OPY
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
buyTokens() payable
changeRate(uint256 _rate)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
resumeICO()
stopICO()
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ChangeRate(uint256 amount)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.