Universal Euro
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Universal Euro"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18821231 | a year ago | | | 0 | 0.0035462250 | |
| 18663195 | a year ago | | | 0 | 0.0010085155 | |
| 18627950 | a year ago | | | 0 | 0.0017788941 | |
| 18627945 | a year ago | | | 0 | 0.0018446358 | |
| 18627940 | a year ago | | | 0 | 0.0018565648 | |
| 18627341 | a year ago | | | 0 | 0.0013964100 | |
| 17819859 | a year ago | | | 0 | 0.00080979431 | |
| 17741073 | a year ago | | | 0 | 0.00086349655 | |
| 17713373 | a year ago | | | 0 | 0.0010836987 | |
| 17713372 | a year ago | | | 0 | 0.0010906492 |
ABI
ABI objects
Getter at block 21185245
decimals() view returns (uint8)
2
name() view returns (string)
Universal Euro
symbol() view returns (string)
UPEUR
totalSupply() view returns (uint256)
352051
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
burnAllowance(address owner, address burner) view returns (uint256)
isBurner(address account) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addBurner(address account)
addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount) returns (bool)
burnFrom(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseBurnAllowance(address burner, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseBurnAllowance(address burner, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceBurner()
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnApproval(address indexed owner, address indexed spender, uint256 value)
BurnerAdded(address indexed account)
BurnerRemoved(address indexed account)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.