Bens Finale
Verified contract
Active on
Ethereum with 8,653 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FINALE | ERC-20 | 3.459941M | $0.000004 |
$13.01 | |
DINU | ERC-20 | 21.640895B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265256 | 2 days ago | | | 0 | 0.00094397090 | |
| 21241181 | 6 days ago | | | 0 | 0.00025257082 | |
| 21229822 | 7 days ago | | | 0 | 0.00081169790 | |
| 21221595 | 8 days ago | | | 0 | 0.00029585164 | |
| 21211180 | 10 days ago | | | 0 | 0.00042232363 | |
| 21182814 | 14 days ago | | | 0 | 0.0018218183 | |
| 21182385 | 14 days ago | | | 0 | 0.0011025261 | |
| 21182294 | 14 days ago | | | 0 | 0.0013237195 | |
| 21140856 | 20 days ago | | | 0 | 0.00023183089 | |
| 21140856 | 20 days ago | | | 0 | 0.00023104087 |
ABI
ABI objects
Getter at block 21280602
decimals() view returns (uint8)
18
limitOn() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
550000000000000000000000000
name() view returns (string)
Bens Finale
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x4a6670b0afb21b2770541c4c9bd678323f7d84c4
sellingOn() view returns (bool)
true
symbol() view returns (string)
FINALE
totalSupply() view returns (uint256)
55000000000000000000000000000
tradingOn() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklist(address _address, bool _isBlacklisted)
setRule(bool _tradingOn, bool _sellingOn, bool _limitOn, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.