REKTUM
Verified contract
Proxy
Active on
Base with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "REKTUM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "REKTUM"
ABI
ABI objects
Getter at block 22773301
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x6623539d56e7e5b8a8bc19512b926e8ad686bc0099ef3840f3f32d981aadcf51
decimals() pure returns (uint8)
9
name() view returns (string)
REKTUM
platformUrl() view returns (string)
https://rug.fun
protocolAddress() view returns (address)
0xeeeeee7e510b05ec2d91d8d418ba116712e3e717
symbol() view returns (string)
REKTUM
totalSupply() view returns (uint256 result)
17557500000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
initialize(string name_, string symbol_) payable
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
protocolBurn(address from, uint256 amount) payable
protocolMint(address to, uint256 amount) payable
removeTradingRestriction()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
AlreadyInitialized()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
OnlyProtocol()
PermitExpired()
TotalSupplyOverflow()
TradingRestricted()