Safe Ethereum
Verified contract
Active on
Ethereum with 182 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 "Safe Ethereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14517983 | 3 years ago | | | 0 | 0.0013085194 | |
| 12785865 | 3 years ago | | | 0 | 0.0016412352 | |
| 12717082 | 3 years ago | | | 0 | 0.00055951200 | |
| 12701442 | 3 years ago | | | 0 | 0.00060613800 | |
| 12701325 | 3 years ago | | | 0 | 0.00041963400 | |
| 12674762 | 3 years ago | | | 0 | 0.00060613800 | |
| 12674053 | 3 years ago | | | 0 | 0.00037300800 | |
| 12673985 | 3 years ago | | | 0 | 0.00030773160 | |
| 12672442 | 3 years ago | | | 0 | 0.00041030880 | |
| 12628839 | 3 years ago | | | 0 | 0.00069939000 |
ABI
ABI objects
Getter at block 21285144
decimals() view returns (uint8)
9
geUnlockTime() view returns (uint256)
0
name() view returns (string)
Safe Ethereum
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
eSafe
totalBurn() view returns (uint256)
17553764399892924898655
totalFees() view returns (uint256)
17553764399892924898655
totalSupply() view returns (uint256)
82446235600107075101345
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _setBurnFee(uint256 burnFee)
_setMaxTxAmount(uint256 maxTxAmount)
_setTaxFee(uint256 taxFee)
addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
removeBotFromBlackList(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
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.