CROWDLITOKEN
Verified contract
Active on
Ethereum with 9,041 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 "CROWDLITOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20262619 | 4 months ago | | | 0 | 0.00052713904 | |
| 15186918 | 2 years ago | | | 0 | 0.0033024824 | |
| 14037838 | 3 years ago | | | 0 | 0.0076441050 | |
| 14036319 | 3 years ago | | | 0 | 0.0041940360 | |
| 14036031 | 3 years ago | | | 0 | 0.0058968800 | |
| 14034283 | 3 years ago | | | 0 | 0.0040997880 | |
| 14031977 | 3 years ago | | | 0 | 0.0045818840 | |
| 14030886 | 3 years ago | | | 0 | 0.0043857210 | |
| 14029168 | 3 years ago | | | 0 | 0.0051836400 | |
| 14028549 | 3 years ago | | | 0 | 0.0038325670 |
ABI
ABI objects
Getter at block 21198092
decimals() view returns (uint8)
5
isOwner() view returns (bool)
false
name() view returns (string)
CROWDLITOKEN
owner() view returns (address)
0x5e26b48d5398a579fb960903cac842661bada50d
symbol() view returns (string)
CRT
totalSupply() view returns (uint256)
2289433955599
Read-only
allocatedTokens(address owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
detectTransferRestriction(address from, address to, uint256 value) view returns (uint8)
messageForBlockCode(uint8 blockCode) view returns (string)
messageForBurnCode(uint8 burnCode) view returns (string)
messageForMintCode(uint8 mintCode) view returns (string)
messageForTransferRestriction(uint8 restrictionCode) view returns (string)
propertyLock(address owner, bytes32 propertyAddress) view returns (uint256)
State-modifying
Events addTransferBlock(address blockedAddress, uint8 code)
addUserListToKycRole(address[] whitelistedAddresses)
allocateAmountFromAddressForProperty(address owner, bytes32 propertyAddress, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount, uint8 code)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTo(address account, uint256 amount, uint8 code)
removeBlockCode(uint8 code)
removeBurnCode(uint8 code)
removeMintCode(uint8 code)
removeRestrictionCode(uint8 restrictionCode)
removeTransferblock(address unblockAddress, uint8 code)
removeUserFromKycRole(address whitelistedAddress)
renounceOwnership()
setBlockCode(uint8 code, string codeText)
setBurnCode(uint8 code, string codeText)
setMintCode(uint8 code, string codeText)
setRestrictionCode(uint8 code, string codeText)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unallocatePropertyFromAddress(address owner, bytes32 propertyAddress, uint256 amount)
Allocate(address indexed owner, bytes32 indexed propertyAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Block(address indexed blockAddress, uint8 code)
Burn(address indexed from, uint256 value, uint8 code)
Mint(address indexed to, uint256 value, uint8 code)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unallocate(address indexed owner, bytes32 indexed propertyAddress, uint256 amount)
Unblock(address indexed unblockAddress, uint8 code)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.