BurnableMintableCappedERC20
Verified contract
Active on
Base with 1,006 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 |
---|---|---|---|---|---|
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22899814 | 5 hours ago | | | 0 | 4.1474890e-7 | |
| 22854722 | a day ago | | | 0 | 8.6732260e-7 | |
| 22815659 | 2 days ago | | | 0 | 3.6086700e-7 | |
| 22797838 | 3 days ago | | | 0 | 9.1463042e-7 | |
| 22785577 | 3 days ago | | | 0 | 3.9315050e-7 | |
| 22717405 | 4 days ago | | | 0 | 5.6905950e-7 | |
| 22717359 | 4 days ago | | | 0 | 5.6876430e-7 | |
| 22694508 | 5 days ago | | | 0 | 0.0000010440380 | |
| 22693924 | 5 days ago | | | 0 | 8.3373660e-7 | |
| 22691837 | 5 days ago | | | 0 | 7.6619911e-7 |
ABI
ABI objects
Getter at block 22909688
DOMAIN_SEPARATOR() view returns (bytes32)
0x215f18d5691f5564edb5db7fd23a7e82210b8174f548974a4856b92212bc10c2
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
XPRT native asset
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
XPRT
totalSupply() view returns (uint256)
406552278515
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()