RedEnvelope
Verified contract
Active on
Ethereum with 394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0548…72b5
Balances ($2,932.61)
Native
Value
$2,932.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.94845 | $3,092.00 |
$2,932.61 | |
GCT | ERC-20 | 73.270268K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7776538 | 6 years ago | | | 0 | 0.0013439790 | |
| 7776304 | 6 years ago | | | 0 | 0.0040652250 | |
| 7500458 | 6 years ago | | | 0 | 0.00063146000 | |
| 7500325 | 6 years ago | | | 0 | 0.00045858816 | |
| 7500292 | 6 years ago | | | 0 | 0.00037782500 | |
| 7500217 | 6 years ago | | | 0.001 | 0.0015660600 | |
| 7500138 | 6 years ago | | | 0 | 0.0023449680 | |
| 7314614 | 6 years ago | | | 0 | 0.00061256500 | |
| 7309225 | 6 years ago | | | 0 | 0.00064438500 | |
| 7309052 | 6 years ago | | | 0 | 0.00063578500 |
ABI
ABI objects
Getter at block 21224916
name() view returns (string)
RedEnvelope
owner() view returns (address)
0xec169d7079562a3b95fd5d0dc13ce93575adec27
paused() view returns (bool)
false
random() view returns (address)
0x05480b5375a1acba95b22769d462aa62281672b5
Read-only
getInfo(bytes32 hash) view returns (address token, address owner, uint256 amount, uint256 count, address[] limitAddress, bool isRandom, bool isSpecialERC20, uint256 expires, uint256 created, string desc, uint256 fill)
getLightInfo(bytes32 hash) view returns (address token, uint256 amount, uint256 count, uint256 fill, uint256 userCount)
getSnatchInfo(bytes32 hash) view returns (address[] user, uint256[] amount, uint256[] time)
infos(bytes32) view returns (address token, address owner, uint256 amount, uint256 count, bool isRandom, bool isSpecialERC20, uint256 expires, uint256 created, string desc, uint256 fill)
snatchInfos(bytes32, uint256) view returns (address user, uint256 amount, uint256 time)
tokenIsEnable(address addr) view returns (bool)
tokenWhiteList(address) view returns (bool)
State-modifying
Events create(bool isSpecialERC20, address token, uint256 amount, uint256 count, uint256 expires, address[] limitAddress, bool isRandom, string desc, uint256 nonce) payable
enableToken(address[] addr, bool[] enable)
pause()
sendBack(bytes32 hash)
setRandom(address _random)
snatch(bytes32 hash)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
RedEnvelopeCreated(bytes32 hash)
RedEnvelopeSendBack(bytes32 hash, address owner, uint256 amount)
Snatch(bytes32 hash, address user, uint256 amount, uint256 time)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.