Frenlandia
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Fren | ERC-20 | 2.379413B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20976989 | 2 months ago | | | 0 | 0.0024266610 | |
| 20976984 | 2 months ago | | | 0 | 0.0033410409 | |
| 20801942 | 2 months ago | | | 0 | 0.00052790888 | |
| 20776021 | 2 months ago | | | 0 | 0.00034896343 | |
| 20752629 | 3 months ago | | | 0 | 0.00032763495 | |
| 20735144 | 3 months ago | | | 0 | 0.00047938714 | |
| 20698505 | 3 months ago | | | 0 | 0.00010559588 | |
| 20694715 | 3 months ago | | | 0 | 0.00053227620 | |
| 20676778 | 3 months ago | | | 0 | 0.00018687546 | |
| 20586177 | 3 months ago | | | 0 | 0.000086996367 |
ABI
ABI objects
Getter at block 21316377
decimals() pure returns (uint8)
18
name() pure returns (string)
Frenlandia
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
Fren
totalReflection() view returns (uint256)
14049314045691624303766152354
totalSupply() pure returns (uint256)
666666666666000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludedUpdated(address indexed account, bool isExcluded, uint256 balance, uint256 excludedSupply)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)