TradCoin
Verified contract
Active on
Ethereum with 1,715 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRADCoin | ERC-20 | 574.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20356422 | 4 months ago | | | 0 | 0.00013614164 | |
| 20356414 | 4 months ago | | | 0 | 0.000094709404 | |
| 20356414 | 4 months ago | | | 0 | 0.000094709404 | |
| 20356414 | 4 months ago | | | 0 | 0.00016586307 | |
| 15647389 | 2 years ago | | | 0 | 0.00096620719 | |
| 15647378 | 2 years ago | | | 0 | 0.00074842133 | |
| 15647378 | 2 years ago | | | 0 | 0.0011446852 | |
| 15641954 | 2 years ago | | | 0 | 0.00048449011 | |
| 15130721 | 2 years ago | | | 0 | 0.00092856078 | |
| 14917055 | 2 years ago | | | 0 | 0.0025887546 |
ABI
ABI objects
Getter at block 21257169
decimals() view returns (uint8)
18
distributor() view returns (address)
0x31f54d43fa25c9c9083c60c946baf2b71c7e07cd
name() view returns (string)
TradCoin
owner() view returns (address)
0x31f54d43fa25c9c9083c60c946baf2b71c7e07cd
symbol() view returns (string)
TRADCoin
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
availableBalanceInLockingPeriodForInvestor(address owner) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isInvestor(address) view returns (bool)
State-modifying
Events allocateTokensToInvestors(address _to, uint256 _value) returns (bool success)
allocateTokensToTeamAndProjects(address _to, uint256 _value) returns (bool success)
approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 valueToSubstract) returns (bool)
increaseApproval(address spender, uint256 valueToAdd) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
Allocated(address _owner, address _investor, uint256 _tokenAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributorTransferred(address indexed _from, address indexed _to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _distributor)
This contract contains no fallback and receive objects.
This contract contains no error objects.