EURITE
Verified contract
Proxy
Active on
Ethereum with 767 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "EURITE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280177 | 11 hours ago | | | 0 | 0.0021597618 | |
| 21280087 | 12 hours ago | | | 0 | 0.0018043159 | |
| 21279676 | 13 hours ago | | | 0 | 0.00066622969 | |
| 21279666 | 13 hours ago | | | 0 | 0.00095267970 | |
| 21279630 | 13 hours ago | | | 0 | 0.0013067146 | |
| 21278729 | 16 hours ago | | | 0 | 0.0010790421 | |
| 21277094 | a day ago | | | 0 | 0.00030798884 | |
| 21276705 | a day ago | | | 0 | 0.00066116437 | |
| 21270180 | 2 days ago | | | 0 | 0.00056622845 | |
| 21269007 | 2 days ago | | | 0 | 0.00058663851 |
ABI
ABI objects
Getter at block 21283588
DOMAIN_SEPARATOR() view returns (bytes32)
0x4f7fa9c23ad217e477c4969c5a2d2fe95609a43e5982eb78f9bb1c1bb22f786c
burner() view returns (address)
0xbe435faef568908b6cf113868bdef0ccedbcbfa0
decimals() view returns (uint8)
18
name() view returns (string)
EURITE
owner() view returns (address)
0xfca77c0891578e371ee9ff34d6f653d8ec3d9e9d
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EURI
totalSupply() view returns (uint256)
37819628550000000000000000
trustedForwarder() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(address) view returns (bool)
isTrustedForwarder(address forwarder_) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol, address _burner, address _forwarder)
mint(address account, uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setBurner(address _burner)
setTrustForwarder(address forwarder_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(address account)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed from, uint256 amount)
BurnerUpdated(address indexed previousBurner, address indexed newBurner)
Freeze(address indexed caller, address indexed account)
Initialized(uint8 version)
Mint(address indexed caller, address indexed to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TrustForwarderUpdated(address indexed previousForwarder, address indexed newForwarder)
Unfreeze(address indexed caller, address indexed account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.