Surgence Cohort Badge
Verified contract
Active on
Ethereum with 192 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 "Surgence Cohort Badge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20464156 | 3 months ago | | | 0 | 0.0010681290 | |
| 20420911 | 4 months ago | | | 0 | 0.00081079770 | |
| 20414219 | 4 months ago | | | 0 | 0.00065490080 | |
| 20412886 | 4 months ago | | | 0 | 0.00046376819 | |
| 20412766 | 4 months ago | | | 0 | 0.00050307133 | |
| 20412700 | 4 months ago | | | 0 | 0.00063016919 | |
| 20412537 | 4 months ago | | | 0 | 0.00054619598 | |
| 20412530 | 4 months ago | | | 0 | 0.00053284696 | |
| 20412508 | 4 months ago | | | 0 | 0.00036853912 | |
| 20412438 | 4 months ago | | | 0 | 0.00015209862 |
ABI
ABI objects
Getter at block 21223387
baseURI() view returns (string)
ipfs://QmSPy9DEqziqAQTeiHyD87Hg4C6y5hymD8n8U3FR2E4gJG
isMintLive() view returns (bool)
true
name() view returns (string)
Surgence Cohort Badge
owner() view returns (address)
0x41215bf378924e01a77700ee07124917f4c6960a
root() view returns (bytes32)
0x13381f6bfb7f6bd6fe0757303da20dbf3b0cf6110b26f014f933eb16ceb2f138
symbol() view returns (string)
SUGMI
totalSupply() view returns (uint256)
184
Read-only
badgeClaimed(address _address) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminBadgeIssuance(address[] _recipients)
approve(address to, uint256 tokenId) payable
mint(bytes32[] proof)
renounceOwnership()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMintState(bool _status)
setRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Attest(address indexed to, uint256 tokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revoke(address indexed to, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initialBaseURI, bytes32 _initRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()