RedeemableGiveaway
Verified contract
Active on
Ethereum with 1,603 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 "RedeemableGiveaway"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17243695 | 2 years ago | | | 0 | 0.0016108287 | |
| 17243695 | 2 years ago | | | 0 | 0.0016108287 | |
| 17243695 | 2 years ago | | | 0 | 0.0015543036 | |
| 15375960 | 2 years ago | | | 0 | 0.00018606590 | |
| 15192021 | 2 years ago | | | 0 | 0.00015771000 | |
| 15062165 | 2 years ago | | | 0 | 0.00022079400 | |
| 15025434 | 2 years ago | | | 0 | 0.0011490687 | |
| 15025434 | 2 years ago | | | 0 | 0.0011361365 | |
| 15019816 | 2 years ago | | | 0 | 0.0010506623 | |
| 15006910 | 2 years ago | | | 0 | 0.00062779484 |
ABI
ABI objects
Getter at block 21213420
baseTokenContract() view returns (address)
0xc6f2efee7c6bb7a315e9f3c9afa455b4aa548023
finalId() view returns (uint256)
5000
giveawayCounter() view returns (uint32)
2610
giveawayEnd() view returns (uint32)
1655564400
giveawayStart() view returns (uint32)
1655305200
giveawayTokenContract() view returns (address)
0xe9ffd65da3dc6cb0c81fabf490ec6c2441a8c5f5
isActive() view returns (bool)
false
itemsAvailable() view returns (uint256)
0
itemsOnGiveaway() view returns (uint256)
2389
nextId() view returns (uint256)
2612
owner() view returns (address)
0x5769541010bfd38e23700ba53f776d713f815f7a
Read-only
areRedeemed(uint256[] _baseTokens) view returns (bool[])
State-modifying
Events initialize(uint256 _nextId, uint256 _finalId, uint32 _giveawayStart, uint32 _giveawayEnd, address _baseTokenContract)
redeem(uint256[] _baseTokens)
redeemSingle(uint256 _baseToken)
redeemSingleTo(address _to, uint256 _baseToken)
redeemTo(address _to, uint256[] _baseTokens)
renounceOwnership()
transferOwnership(address newOwner)
Initialized(address indexed _by, uint256 _nextId, uint256 _finalId, uint32 _giveawayStart, uint32 _giveawayEnd, address _baseTokenContract)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed _by, address indexed _to, uint256[] _giveawayTokens)
constructor(address _giveawayTokenContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.