Ethereum Supreme
Verified contract
Active on
Ethereum with 1,834 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,225.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.068376K | $1.00 |
$1,068.38 | |
DEXT | ERC-20 | 301 | $0.522457 |
$157.26 | |
eSUPREME | ERC-20 | 211.594346M | -- | -- | |
DEXT | ERC-20 | 301 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118144 | 22 days ago | | | 0 | 0.00044887317 | |
| 20787905 | 2 months ago | | | 0 | 0.00080782064 | |
| 20787579 | 2 months ago | | | 0 | 0.00072308990 | |
| 20636620 | 3 months ago | | | 0 | 0.000050746288 | |
| 19851237 | 6 months ago | | | 0 | 0.000095443767 | |
| 19536776 | 8 months ago | | | 0 | 0.00051765190 | |
| 19535081 | 8 months ago | | | 0 | 0.00075926371 | |
| 19163788 | 10 months ago | | | 0 | 0.0010406199 | |
| 16638658 | 2 years ago | | | 0 | 0.00097797650 | |
| 16422181 | 2 years ago | | | 0 | 0.0021255472 |
ABI
ABI objects
Getter at block 21276234
currentDelayTime() view returns (uint16)
1
decimals() view returns (uint8)
9
isDelay() view returns (bool)
true
name() view returns (string)
Ethereum Supreme
owner() view returns (address)
0x67f163b9fbaa85636241861cae4d262ae91c5175
symbol() view returns (string)
eSUPREME
totalFees() view returns (uint256)
620397830011411332562
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
isRouter(address router) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
setBot(address blist) returns (bool)
setDelayTime(uint16 value)
setRouter(address router)
switchDelay()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.