Glidder

Verified contract

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

No balances found for "Glidder"

0xc4db65e8eef871d1e898395d9e7db4c509e04fa347930a9a2be98b187c01c3c3
0x169ecf50d90c19ad07e2df20e4328e2be9e35f6499a69c9bee7db804b5843c75
0xa6b4d9db7b461bb5dac8ee8f382245e21742d91f253d9747b1ef2352acb6db7e
0x66a077283fa3cc84328f13d952ec2759bd76e2370cfd253f5a722530693f24c2
0xfbc3774720b382dea8ba1e4ce4eb507f468a915eb31575913cc9dea0984fab37
0x437b2d73eca0853c419bc51f720ff2af9ee5a0085b8138e226cd9600dd94ef6c
0x36516948b0ce532c675167a1eeb22c943f9d5dc115a8263e8378ca472e6ea69e
0x1e0fc5fce92ad26889fe87ad9dbd9ab320adbbb16dfb83758dc6115b96da17fb
0x9cafd090aef09ce41e038d61dcaacdbfde95abb13f9ea3c568c5583c2cdc6ee3
0x0d082ca0dc0717b597a14e4329d2bd95ae898439a86e6ce6e69a3a1d03d551d9

Functions
Getter at block 23738538
castHash(view returns (string)
0x8f836f99eabd19d93a16de2fc9949f3a3aa68f76
decimals(view returns (uint8)
18
deployer(view returns (address)
0x94ab17e889e5a8a3d4a874a8afe74c85b19089ca
fid(view returns (uint256)
885622
image(view returns (string)
https://i.giphy.com/media/e64vGhgmLkDEuf9LO5/giphy.gif
name(view returns (string)
Glidder
symbol(view returns (string)
GLDR
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_address deployer_uint256 fid_string image_string castHash_
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