CrossTKN

Verified contract

Active on Base with 2 txns
Deployed by via 0xe0880642 at 18991931
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CrossTKN"

0xcf268ef445d0ff74b396221e16449e1fe90ea4792601375c45bf4901f77956c6
0xb4529d83df42edb39af4b4da5e6c8237911440dec06a728bfa2301f2dda9e158

Functions
Getter at block 23744555
decimals(view returns (uint8)
6
name(view returns (string)
CrossTKN
owner(view returns (address)
0xef3e59a9cee905e34684667c38f5ded3d63a4913
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
poolContract(view returns (address)
0xef3e59a9cee905e34684667c38f5ded3d63a4913
symbol(view returns (string)
XTKN
totalSupply(view returns (uint256)
1000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
mint(address touint256 amount
renounceOwnership(
setPoolContract(address _poolContract
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account