SupermanEth
Verified contract
Active on
Ethereum with 115 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 "SupermanEth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17372431 | 2 years ago | | | 0 | 0.0020522148 | |
| 17342123 | 2 years ago | | | 0 | 0.0013253257 | |
| 17339624 | 2 years ago | | | 0 | 0.0013002988 | |
| 17338630 | 2 years ago | | | 0 | 0.00081495977 | |
| 17338626 | 2 years ago | | | 0 | 0.0019513674 | |
| 17337634 | 2 years ago | | | 0 | 0.0019494312 | |
| 17335381 | 2 years ago | | | 0 | 0.0012492997 | |
| 17333501 | 2 years ago | | | 0 | 0.0012093537 | |
| 17332831 | 2 years ago | | | 0 | 0.0013928809 | |
| 17331737 | 2 years ago | | | 0 | 0.0017939811 |
ABI
ABI objects
Getter at block 21317673
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
30000000000000000000000000
maxTxnAmount() view returns (uint256)
30000000000000000000000000
name() view returns (string)
SupermanEth
openTrading() view returns (bool)
true
owner() view returns (address)
0x0000000000000000000000000000000000000000
routerAddress() view returns (address)
0x01c651fc19f6a30e6425c97bb201cce11599b711
symbol() view returns (string)
SUPERMAN
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xb5318ea888ed95f0afc648bef43317ac6c8c6f7d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExceptFromLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setRouterAddress(address _address)
startTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateHolderLimit(address _address, bool _value)
updateLimits(uint256 _maxHoldingAmount, uint256 _maxTxnAmount)
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.