Ethereum Centurion
Verified contract
Active on
Ethereum with 2,135 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12840956 | 3 years ago | | | 0 | 0.00065252500 | |
0x | 11094178 | 4 years ago | | | 0 | 0.0029610000 | |
| 8254980 | 5 years ago | | | 0 | 0.000045353000 | |
| 7149451 | 6 years ago | | | 0 | 0.00010996800 | |
| 7025311 | 6 years ago | | | 0 | 0.00018141200 | |
| 7025297 | 6 years ago | | | 0 | 0.00010996800 | |
0x | 6722797 | 6 years ago | | | 0 | 0.00013888380 | |
| 6629153 | 6 years ago | | | 0 | 0.00027250200 | |
| 6514771 | 6 years ago | | | 0 | 0.00022708500 | |
| 6282475 | 6 years ago | | | 0 | 0.00027211800 |
ABI
ABI objects
Getter at block 21161637
Msg() pure returns (string)
The new smart contract.
_NT() pure returns (uint256)
0
decimals() pure returns (uint8)
8
name() pure returns (string)
Ethereum Centurion
owner() pure returns (address)
0xdf0bd76c8eab691a143ce50b316ea75abbb871a5
symbol() pure returns (string)
ETHC
totalSupply() pure returns (uint256)
2400000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
drop(address[] addresses, uint256 amount)
incNT()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setText(string txt_)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
NT(uint256 NT_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PerformingDrop(uint256 count)
TextChanged(string newText)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.