Collaboration

Verified contract

Active on Base with 66 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Collaboration"

0x20f0a9ed4c1dfa4a8ded7c07385b742ffdb12d2b0c9bb584076095daa1af113a
0xcef1a3b964724ba0db1ca71984e67518f45ab7206339c8e984da5939b3bf9bc1
0x2c4aff4d5b40d23f5647262da4a70b76eaa72241bd8df629329e81e9ec3b5d24
0xfc2852ea6afdd7c709670cc365b5dadd66e99ac51705e6850ef037d855c5cddf
0x7343043a307c3c8a1f95c077a9c39a4c940b679f79accf80b944c26c686a37a2
0x9448f446032ae62b4abc58c78f2194903509fcdc4b188a692dee0871138a798f
0x5d1cda0945eb5e107520b657982f0c4ce3da2d09bbb1699ed4b56e73f07477c8
0xedb9040460ea31cc4d6ee0991b47b85dd26dcd339a411c0f28bb23fbc77cf829
0xe16be88364b74a543bba72952095a1b964ac04bd75e1c8f1993524c229d060bf
0xef15b6a5843f43667d872fe0283ea2960e535d8c0a7bcde19a57c680787c5908

Functions
Getter at block 22827516
decimals(view returns (uint8)
18
name(view returns (string)
Collaboration
symbol(view returns (string)
COLLAB
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
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