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 "Test-c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7443410 | 6 years ago | | | 0 | 0.00037492000 | |
| 7443409 | 6 years ago | | | 0 | 0.00037492000 | |
| 7443409 | 6 years ago | | | 0 | 0.00037492000 | |
| 7443409 | 6 years ago | | | 0 | 0.00037492000 | |
| 7443405 | 6 years ago | | | 0 | 0.00037492000 | |
| 7443403 | 6 years ago | | | 0 | 0.00037492000 | |
| 7417829 | 6 years ago | | | 0 | 0.00053401000 | |
| 7417828 | 6 years ago | | | 0 | 0.00053401000 | |
| 7417827 | 6 years ago | | | 0 | 0.00053401000 | |
| 7417826 | 6 years ago | | | 0 | 0.00053401000 |
ABI
ABI objects
Getter at block 21414602
decimals() view returns (uint256)
18
isMaster() view returns (bool)
false
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
master() view returns (address)
0x062eeda4af82f7b97d5e6c4aac01ee2625e8cf61
name() view returns (string)
Test-c
owner() view returns (address)
0x062eeda4af82f7b97d5e6c4aac01ee2625e8cf61
symbol() view returns (string)
TESTC
totalSupply() view returns (uint256)
5000000000000000000000000000
totalTokenSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvals(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
deposit(address _to, uint256 _value) returns (bool)
referralDrop2(address _to, uint256 _value, address _sale, uint256 _fee) returns (bool)
referralDrop3(address _to1, uint256 _value1, address _to2, uint256 _value2, address _sale, uint256 _fee) returns (bool)
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMasterRole(address newMaster)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed from, address to, uint256 value)
MasterRoleTransferred(address indexed previousMaster, address indexed newMaster)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralDrop(address indexed from, address indexed to1, uint256 value1, address indexed to2, uint256 value2)
Started()
Stopped()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.