NFTrium Collective

Verified contract

Active on Ethereum with 29 txns
Deployed by via 0x9baee320 at 18356856
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NFTrium Collective"

0x861cbc22b20e9c22aeef9cd3f47b0bf4778b6d6bb730c89bafb973ce7c55d8ae
0x1d24bb2287409968c8d982b2f693a374b7cc47b058f02fc7d698c8dd0f544f32
0x6270dddf590195573eeaa919a8b2574ab1604cb9b8b634b7b4c300f825510b7c
0xe0cf391fe1adb539135c7cf75b190aa304f719f1f86a5b3e1db44d1af10436a4
0x77b0d4c6dc14314710e09bc339cf88717eb825b41eac7202514389cf8797a900
0x251ee64148e3904b016f49e64f3a6e83180288d66549e71df24a803cdce70ee1
0xf3b04541ad3160a344ebacaf84ee26c53271c6a826b89c7c1a5600ac2f47b9bd
0x46097b127c1d5fe330a0e3a768f79ca66c0d12aa41973162343ff3189069f9e8
0x739d63557677ef962510d54186dac6b5f89e941914e00214feace47e42effd6d
0xe6fd773168e0393734fb961b59bff0b8de8d4e05a9f2c527f9862fa6e2c8c436

Functions
Getter at block 20890926
decimals(view returns (uint8)
18
name(view returns (string)
NFTrium Collective
symbol(view returns (string)
NFTC
totalSupply(view returns (uint256)
500000000000000000000000000000
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(
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