TokenismWhitelist
Verified contract
Active on
Ethereum with 131 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 "TokenismWhitelist"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13095559 | 3 years ago | | | 0 | 0.0078040299 | |
| 13095559 | 3 years ago | | | 0 | 0.0068771095 | |
| 13095559 | 3 years ago | | | 0 | 0.0061235776 | |
| 13095559 | 3 years ago | | | 0 | 0.0063219358 | |
| 13051736 | 3 years ago | | | 0 | 0.0041151600 | |
| 12964802 | 3 years ago | | | 0 | 0.0027057600 | |
| 12926952 | 3 years ago | | | 0 | 0.0016347300 | |
| 12916907 | 3 years ago | | | 0 | 0.0076839840 | |
| 12891111 | 3 years ago | | | 0 | 0.0074648200 | |
| 12883272 | 3 years ago | | | 0 | 0.016285440 |
ABI
ABI objects
Getter at block 21267437 storedAllData() view returns (address[] _userList, bool[] _validity, bool[] _kycVery, bool[] _accredationVery, uint256[] _accredationExpir, uint256[] _taxWithHold, uint256[] _userTypes)
accreditationCheck() view returns (bool)
true
getFeeAddress() view returns (address)
0x0fcf2d0c4b0153179a706f31ad45bb55ebf4b08c
Read-only
admins(address) view returns (string)
getManagerRole(address _wallet) view returns (string)
getWhitelistedUser(address _wallet) view returns (address, bool, bool, uint256, uint256)
isAdmin(address _calle) view returns (bool)
isSuperAdmin(address _calle) view returns (bool)
isWhitelistedManager(address _wallet) view returns (bool)
isWhitelistedUser(address wallet) view returns (uint256)
symbolsDef(string) view returns (bool)
userList(uint256) view returns (address)
userType(address _caller) view returns (bool)
whitelistUsers(address) view returns (bool valid, address wallet, bool kycVerified, bool accredationVerified, uint256 accredationExpiry, uint256 taxWithholding, string userType, bool suspend)
State-modifying
Events activeUser(address _wallet)
addAdmin(address _newAdmin, string _role) returns (bool)
addFeeAddress(address _feeAddress)
addSuperAdmin(address _superAdmin)
addSymbols(string _symbols) returns (bool)
addWhitelistedManager(address _wallet, string _role)
addWhitelistedUser(address _wallet, bool _kycVerified, bool _accredationVerified, uint256 _accredationExpiry)
closeTokenismWhitelist()
isManager(address _calle) returns (bool)
removeSymbols(string _symbols) returns (bool)
removeWhitelistedManager(address _wallet)
removeWhitelistedUser(address _wallet)
suspendUser(address _wallet)
transferOwnership(address _newAdmin) returns (bool)
updateAccredationWhitelistedUser(address _wallet, uint256 _accredationExpiry)
updateAccreditationCheck(bool status)
updateKycWhitelistedUser(address _wallet, bool _kycVerified)
updateRoleManager(address _wallet, string _role)
updateTaxWhitelistedUser(address _wallet, uint256 _taxWithholding)
updateUserType(address _wallet, string _userType)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.