Freeguys
Verified contract
Active on
Ethereum with 8,913 txns
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 "Freeguys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245265 | 4 days ago | | | 0 | 0.00068143031 | |
| 21116770 | 22 days ago | | | 0 | 0.00026583980 | |
| 21110355 | 23 days ago | | | 0 | 0.00021726446 | |
| 21096003 | 25 days ago | | | 0 | 0.00051421338 | |
| 21096000 | 25 days ago | | | 0 | 0.00042915796 | |
| 21096000 | 25 days ago | | | 0 | 0.00042915796 | |
| 21095999 | 25 days ago | | | 0 | 0.00046230253 | |
| 21095999 | 25 days ago | | | 0 | 0.00046230253 | |
| 21095998 | 25 days ago | | | 0 | 0.00054854656 | |
| 21082167 | a month ago | | | 0 | 0.00018312202 |
ABI
ABI objects
Getter at block 21272249
_paused() view returns (bool)
false
_wlPaused() view returns (bool)
true
name() view returns (string)
Freeguys
owner() view returns (address)
0xf2628a9e17b06949e9e32b158fbc1941f7dec7c3
symbol() view returns (string)
FREE
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mintFreeguys(uint256 num)
mintFreeguysWL(string id)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist(string addr)
wlPause(bool val)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.