EuropeChain
Verified contract
Active on
Ethereum with 74,585 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 |
---|---|---|---|---|---|
EUP | ERC-20 | 1.80605M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453328 | 4 months ago | | | 0 | 0.000049500000 | |
| 20453312 | 4 months ago | | | 0 | 0.000054276000 | |
| 20452883 | 4 months ago | | | 0 | 0.000037176000 | |
| 20452883 | 4 months ago | | | 0 | 0.000054288000 | |
| 18939562 | a year ago | | | 0 | 0.00061072021 | |
| 18684124 | a year ago | | | 0 | 0.0014160879 | |
| 18684073 | a year ago | | | 0 | 0.00083817002 | |
| 17656253 | a year ago | | | 0 | 0.00053945290 | |
| 17656233 | a year ago | | | 0 | 0.00058810981 | |
| 17496255 | a year ago | | | 0 | 0.00088400340 |
ABI
ABI objects
Getter at block 21244233
_totalLimit() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
EuropeChain
owner() view returns (address)
0x57cad6a4c83286406fd0fc9218931b3b83853e65
paused() view returns (bool)
false
symbol() view returns (string)
EUP
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] addressList, uint256[] amountList) returns (bool)
burn(uint256 value) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.