EURBASE Stablecoin
Verified contract
Active on
Ethereum with 2,519 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19828840 | 6 months ago | | | 0 | 0.00016632752 | |
| 18094462 | a year ago | | | 0 | 0.00055433754 | |
| 18094450 | a year ago | | | 0 | 0.00057097989 | |
| 17990846 | a year ago | | | 0 | 0.00092134132 | |
| 17897886 | a year ago | | | 0 | 0.00068846700 | |
| 17897808 | a year ago | | | 0 | 0.00054528365 | |
| 16526611 | 2 years ago | | | 0 | 0.00058274302 | |
| 16521715 | 2 years ago | | | 0 | 0.0024493691 | |
| 16347472 | 2 years ago | | | 0 | 0.0010378224 | |
| 16045616 | 2 years ago | | | 0 | 0.00053776489 |
ABI
ABI objects
Getter at block 21169522
blacklister() view returns (address)
0x736c3d674121eb0f6ae182cba6fc30368a2fd933
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
1000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
EURBASE Stablecoin
owner() view returns (address)
0x1c7b838045225ef10df9da6d240c194f2171eae1
paused() view returns (bool)
false
symbol() view returns (string)
EBASE
totalSupply() view returns (uint256)
111100000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blacklist(address _account)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value, bytes _data) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unBlacklist(address _account)
unpause()
updateBlacklister(address _newBlacklister)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
BlacklisterChanged(address indexed newBlacklister)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
UnBlacklisted(address indexed _account)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.