Erotica
Verified contract
Active on
Ethereum with 2,196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EROTICA | ERC-20 | 5B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20809163 | a month ago | | | 0 | 0.00075588862 | |
| 20669190 | 2 months ago | | | 0 | 0.00025798289 | |
| 20569765 | 2 months ago | | | 0 | 0.000038462865 | |
| 20529813 | 3 months ago | | | 0 | 0.000071811448 | |
| 20510411 | 3 months ago | | | 0 | 0.000095422923 | |
| 20508248 | 3 months ago | | | 0 | 0.000042944058 | |
| 20460003 | 3 months ago | | | 0 | 0.0012304752 | |
| 20452404 | 3 months ago | | | 0 | 0.000078615663 | |
| 20416674 | 3 months ago | | | 0 | 0.000068500680 | |
| 20413927 | 3 months ago | | | 0 | 0.00025389568 |
ABI
ABI objects
Getter at block 21096072
decimals() view returns (uint8)
18
name() view returns (string)
Erotica
symbol() view returns (string)
EROTICA
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialBalance, address feeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.