RedeemableGiveaway
Verified contract
Active on
Ethereum with 3,992 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) |
---|---|---|---|---|---|---|---|
| 19370909 | 9 months ago | | | 0 | 0.0030823941 | |
| 19370908 | 9 months ago | | | 0 | 0.0032397601 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 | |
| 14723345 | 3 years ago | | | 0 | 0.0014579984 |
ABI
ABI objects
Getter at block 21330872
baseTokenContract() view returns (address)
0xd692ced124a474f051f9744a301c26d1017b3d54
finalId() view returns (uint256)
11888
giveawayCounter() view returns (uint32)
5882
giveawayEnd() view returns (uint32)
1643994000
giveawayStart() view returns (uint32)
1643907600
giveawayTokenContract() view returns (address)
0x081fac886fdcacdc826c4135ed4ba5b65ececfb8
isActive() view returns (bool)
false
itemsAvailable() view returns (uint256)
0
itemsOnGiveaway() view returns (uint256)
3006
nextId() view returns (uint256)
8883
owner() view returns (address)
0x7cf9813fd687bd96e3f34c8d3ec05124e5fe846f
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.