CoinWin
Verified contract
Active on
Ethereum with 14,968 txns
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 "CoinWin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583500 | 2 years ago | | | 0 | 0.0015448315 | |
| 13464046 | 3 years ago | | | 0 | 0.0028391146 | |
| 12680833 | 3 years ago | | | 0 | 0.0017885670 | |
| 12482299 | 4 years ago | | | 0 | 0.0049582764 | |
| 12133586 | 4 years ago | | | 0 | 0.0050499571 | |
| 12105454 | 4 years ago | | | 0 | 0.0084513871 | |
| 12100072 | 4 years ago | | | 0 | 0.0060663331 | |
| 12100038 | 4 years ago | | | 0 | 0.0057047101 | |
| 12099973 | 4 years ago | | | 0 | 0.0059640151 | |
| 12099955 | 4 years ago | | | 0 | 0.0067922191 |
ABI
ABI objects
Getter at block 21260741
cap() view returns (uint256)
734133197000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
CoinWin
owner() view returns (address)
0x5f7051592653b3ee6c1e444b4aeea5f749b72d37
paused() view returns (bool)
false
symbol() view returns (string)
BS3
totalSupply() view returns (uint256)
734133197000000000000000000
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.