Influence Crew
Verified contract
Active on
Ethereum with 3,492 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 "Influence Crew"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134682 | 5 days ago | | | 0 | 0.00039846381 | |
| 21101585 | 10 days ago | | | 0 | 0.00019611622 | |
| 21101328 | 10 days ago | | | 0 | 0.00071204279 | |
| 21101242 | 10 days ago | | | 0 | 0.00036354858 | |
| 21089991 | 11 days ago | | | 0 | 0.00028595244 | |
| 21089976 | 11 days ago | | | 0 | 0.00040245653 | |
| 21089864 | 11 days ago | | | 0 | 0.00053721732 | |
| 21089359 | 12 days ago | | | 0 | 0.00025966910 | |
| 21086900 | 12 days ago | | | 0 | 0.00060847200 | |
| 21065324 | 15 days ago | | | 0 | 0.00065823916 |
ABI
ABI objects
Getter at block 21171949
baseURI() view returns (string)
https://api.influenceth.io/v2/metadata/crewmates/
name() view returns (string)
Influence Crew
owner() view returns (address)
0xef0133437ab8da5c5e8873b61189610e2d8cb4f5
paused() view returns (bool)
false
symbol() view returns (string)
INFC
totalSupply() view returns (uint256)
9208
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isManager(address _manager) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addManager(address _manager)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to) returns (uint256)
pause()
removeManager(address _manager)
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)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.