InvitePool
Verified contract
Active on
Ethereum with 382 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 "InvitePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11906481 | 4 years ago | | | 0 | 0.0093988110 | |
| 11834989 | 4 years ago | | | 0 | 0.0081144800 | |
| 11829148 | 4 years ago | | | 0 | 0.014679832 | |
| 11828658 | 4 years ago | | | 0 | 0.016745336 | |
| 11815963 | 4 years ago | | | 0 | 0.033998144 | |
| 11814858 | 4 years ago | | | 0 | 0.0027253200 | |
| 11814856 | 4 years ago | | | 0 | 0.0027707420 | |
| 11814856 | 4 years ago | | | 0 | 0.0028615860 | |
| 11814856 | 4 years ago | | | 0 | 0.0028615860 | |
| 11814856 | 4 years ago | | | 0 | 0.0027934530 |
ABI
ABI objects
Getter at block 21258192
BASE() view returns (uint256)
10000
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x247811f32810b31791bea7f2d6ad69beb3109344
firstPercent() view returns (uint256)
500
secondPercent() view returns (uint256)
500
Read-only
compareStr(string _str, string str) pure returns (bool)
getInvited(address _user) view returns (address[])
getUserInfo(address userAddr) view returns (address superOne, uint256 first)
userInfo(address) view returns (address superUser)
State-modifying
Events bind(address _superUser)
claimOwnership()
setGOD(address addr, bool on)
transferOwnership(address newOwner)
Bind(address indexed user, address indexed superior)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.