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 "OWpay"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790374 | 3 years ago | | | 0 | 0.0018498265 | |
| 10050740 | 5 years ago | | | 0 | 0.00064812001 | |
| 10050637 | 5 years ago | | | 0 | 0.00090071850 | |
| 10016965 | 5 years ago | | | 0 | 0.0013184012 | |
| 9336447 | 5 years ago | | | 0 | 0.000024033900 | |
| 9336422 | 5 years ago | | | 0 | 0.00070806291 | |
| 9323747 | 5 years ago | | | 0 | 0.0013265640 | |
| 9252256 | 5 years ago | | | 0 | 0.000072101700 | |
| 9252202 | 5 years ago | | | 0 | 0.00073236712 | |
| 9081235 | 5 years ago | | | 0 | 0.00048594619 |
ABI
ABI objects
Getter at block 21284896
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
OWpay
owner() view returns (address)
0xca3f57dffbcf67c074b8cf54e4c873138facfc7f
paused() view returns (bool)
false
symbol() view returns (string)
OW
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
rescueTokens(address tokenAddr, address receiver, uint256 amount)
setMinterState(address account, bool state)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawEther(address to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Donate(address indexed account, uint256 amount)
Mint(address indexed to, uint256 value)
MinterChanged(address account, bool state)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
fallback()
This contract contains no error objects.