ETUBE1
Verified contract
Active on
Ethereum with 10,212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETUBE1 | ERC-20 | 1.156 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262033 | 2 days ago | | | 0 | 0.00050599388 | |
| 21262013 | 2 days ago | | | 0 | 0.00034637350 | |
| 21260809 | 2 days ago | | | 0 | 0.00037150192 | |
| 21254357 | 3 days ago | | | 0 | 0.00053608867 | |
| 21241967 | 5 days ago | | | 0 | 0.00044342468 | |
| 21241859 | 5 days ago | | | 0 | 0.0017711820 | |
| 21239066 | 5 days ago | | | 0 | 0.00062779498 | |
| 21231727 | 6 days ago | | | 0 | 0.0015589429 | |
| 21228580 | 7 days ago | | | 0 | 0.00045760757 | |
| 21225146 | 7 days ago | | | 0 | 0.00044734198 |
ABI
ABI objects
Getter at block 21275363
DOMAIN_SEPARATOR() view returns (bytes32)
0x94f8026931ec9c98e21eb2bf940ba6b0e02237b462d53373dd967bbd50a49903
cap() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ETUBE1
owner() view returns (address)
0x5dbb766cd0035e7c7bb482c854f24faf1e81d7df
symbol() view returns (string)
ETUBE1
totalSupply() view returns (uint256)
224214446417569308174450
version() pure returns (string)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
uniqueIdExists(uint256) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permitMint(address recipient, uint256 uniqueId, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.