World's 1st Blockchain Sweepstakes
Verified contract
Active on
Ethereum with 1,334 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 27 additional slots
Balances ($0.00)
No balances found for "World's 1st Blockchain Sweepstakes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6428290 | 6 years ago | | | 0 | 0.00017689600 | |
| 6386509 | 6 years ago | | | 0 | 0.00022112000 | |
| 6385810 | 6 years ago | | | 0 | 0.00022133000 | |
| 6338390 | 6 years ago | | | 0 | 0.000066336000 | |
| 6320115 | 6 years ago | | | 0 | 0.000088448000 | |
| 6309738 | 6 years ago | | | 0 | 0.000066336000 | |
| 6304601 | 6 years ago | | | 0 | 0.00090396800 | |
| 6302371 | 6 years ago | | | 0 | 0.00022048000 | |
| 6302358 | 6 years ago | | | 0 | 0.00022112000 | |
| 6302356 | 6 years ago | | | 0 | 0.00022112000 |
ABI
ABI objects
Getter at block 21274102
decimals() view returns (uint8)
0
getCurrentDay() view returns (uint256)
18
getJackpot() view returns (uint256 value)
4000
getTicketPrice() view returns (uint256)
1000000000000000000
getTicketsSoldToday() view returns (uint256)
0
getTokenPrice() view returns (uint256)
10000000000000000
name() view returns (string)
World's 1st Blockchain Sweepstakes
symbol() view returns (string)
SPRIZE
totalSupply() view returns (uint256)
246256
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
rand(uint256 min, uint256 max, uint256 nonce) pure returns (uint256)
State-modifying
Events airDrop(address[] customers, uint256 amount)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
buyTokens() payable
dailyReset() returns (bool complete)
draw(uint256 seed)
importBalances(address oldContract, address[] customers)
importPreviousWinners(uint256[] tickets, address[] winners, uint256[] amounts)
payWinners(address[20] winners, uint256[20] tickets)
receiveApproval(address from, uint256 amount, address tokenAddr, bytes data)
reset() returns (bool complete)
setManager(address newManager)
setPrizes(uint256[28] _prizes)
setTicketPrice(uint256 price) returns (bool success)
setTokenPrice(uint256 price) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferTokens(address token, uint256 _value) returns (bool success)
AirDropEvent(address last)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
ApprovalReceived(address indexed from, uint256 indexed amount, address indexed tokenAddr, bytes data)
DailyResetComplete()
DrawResult(uint256 indexed day, uint256[20] results)
DrawingCompleted()
ImportBalanceEvent(address last)
ImportWinnersEvent(address last)
PreDrawCompleted(uint256 blockHeight)
TicketsPurchased(address indexed user, uint256 indexed amount, uint256 start, uint256 stop)
Transfer(address indexed from, address indexed to, uint256 tokens)
Winner(uint256 ticketNumber, address indexed user, uint256 indexed amount)
constructor()
fallback()
This contract contains no error objects.