Winnerz
Verified contract
Active on
Ethereum with 5,794 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 "Winnerz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140627 | 2 days ago | | | 0 | 0.00074299070 | |
| 21133588 | 3 days ago | | | 0 | 0.00074204961 | |
| 21133582 | 3 days ago | | | 0 | 0.00082680534 | |
| 21133558 | 3 days ago | | | 0 | 0.0013293650 | |
| 21133557 | 3 days ago | | | 0 | 0.0012548919 | |
| 20374152 | 4 months ago | | | 0 | 0.00010417327 | |
| 20354709 | 4 months ago | | | 0 | 0.00010128907 | |
| 20280997 | 4 months ago | | | 0 | 0.00010699840 | |
| 20036489 | 5 months ago | | | 0 | 0.00060409704 | |
| 20000200 | 5 months ago | | | 0 | 0.00047060674 |
ABI
ABI objects
Getter at block 21157622
decimals() view returns (uint8)
18
name() view returns (string)
Winnerz
owner() view returns (address)
0xa409fb8350aa79189fbbe607521653869950d3ed
paused() view returns (bool)
false
symbol() view returns (string)
WNZ
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
availableBalanceOf(address holder) view returns (uint256 balance)
balanceOf(address account) view returns (uint256)
isFrozen(address holder) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 releaseTime, uint256 amount)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
pause()
releaseLock(address from) returns (bool success)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferWithLock(address recipient, uint256 amount, uint256 releaseTime) returns (bool success)
unfreezeAccount(address holder)
unlock(address from, uint256 idx) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
Lock(address indexed from, uint256 amount, uint256 releaseTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unlock(address indexed from, uint256 amount)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.