Wrapped-BRGE
Verified contract
Active on
Ethereum with 11,996 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wBRGE | ERC-20 | 11 | $0.003138 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155330 | 9 hours ago | | | 0 | 0.00072865531 | |
| 21153297 | 16 hours ago | | | 0 | 0.00061581576 | |
| 21150153 | a day ago | | | 0 | 0.00073517983 | |
| 21149650 | a day ago | | | 0 | 0.00030963009 | |
| 21149275 | a day ago | | | 0 | 0.00066225944 | |
| 21144282 | 2 days ago | | | 0 | 0.00058782224 | |
| 21133905 | 3 days ago | | | 0 | 0.00054058296 | |
| 21133720 | 3 days ago | | | 0 | 0.00044208739 | |
| 21129746 | 4 days ago | | | 0 | 0.00098984553 | |
| 21118496 | 6 days ago | | | 0 | 0.00028012340 |
ABI
ABI objects
Getter at block 21158040
currentlyMintedSupply() view returns (uint256)
191773758910000000000000000
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
210000000000000000000000000
name() view returns (string)
Wrapped-BRGE
owner() view returns (address)
0xa237f89cb12bff9932c7503f854ad881dcead73a
symbol() view returns (string)
wBRGE
totalSupply() view returns (uint256)
191773758910000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFrom(address fromAddress, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTo(address to, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, uint256 initialMaxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.